Skip to content

Commit

Permalink
RELEASE 0.5.1 (#72)
Browse files Browse the repository at this point in the history
* RELEASE 0.5.0

* RELEASE 0.5.1
  • Loading branch information
lavenderses authored Jan 19, 2025
1 parent 74b780d commit 6acbaf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ https://central.sonatype.com/artifact/io.github.lavenderses/aws-appconfig-openfe

```gradle
dependencies {
implementation 'io.github.lavenderses:aws-appconfig-openfeature-provider-java:0.5.0'
implementation 'io.github.lavenderses:aws-appconfig-openfeature-provider-java:0.5.1'
// Also OpenFeature SDK for Java is required
implementation 'dev.openfeature:sdk:1.8.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val Project.publicationName: String get() = "maven"

val Project.projectGroupId: String get() = "io.github.lavenderses"

val Project.projectVersion: String get() = "0.5.0"
val Project.projectVersion: String get() = "0.5.1"

fun DependencyHandler.implementation(dependencyNotation: Any) {
add("implementation", dependencyNotation)
Expand Down

0 comments on commit 6acbaf3

Please sign in to comment.