Skip to content

Commit

Permalink
RELEASE 0.5.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
lavenderses authored Jun 8, 2024
1 parent 173ec56 commit 2041cfe
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.4.0'
implementation 'io.github.lavenderses:aws-appconfig-openfeature-provider-java:0.5.0'
// 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.4.0"
val Project.projectVersion: String get() = "0.5.0"

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

0 comments on commit 2041cfe

Please sign in to comment.