Skip to content

Commit

Permalink
fix: allow all CORS origins by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Feb 10, 2025
1 parent dac979e commit 4e49d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fun getNpmVersion(): String {

allprojects {
group = "com.sphereon.oid.fed"
version = "0.4.12-SNAPSHOT"
version = "0.4.11-SNAPSHOT"
val npmVersion by extra { getNpmVersion() }

// Common repository configuration for all projects
Expand Down

0 comments on commit 4e49d79

Please sign in to comment.