From 127f85a16ee747820455d9954b29ee5a2f603a50 Mon Sep 17 00:00:00 2001 From: lavenderses Date: Sat, 8 Jun 2024 18:11:24 +0900 Subject: [PATCH] Update version to 0.5.0 --- README.md | 2 +- .../aws_appconfig_openfeature_provider/plugin/Extension.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cbfa66..1e596e9 100644 --- a/README.md +++ b/README.md @@ -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' diff --git a/build-logic/src/main/kotlin/io/github/lavenderses/aws_appconfig_openfeature_provider/plugin/Extension.kt b/build-logic/src/main/kotlin/io/github/lavenderses/aws_appconfig_openfeature_provider/plugin/Extension.kt index 8f0f398..cc1dc53 100644 --- a/build-logic/src/main/kotlin/io/github/lavenderses/aws_appconfig_openfeature_provider/plugin/Extension.kt +++ b/build-logic/src/main/kotlin/io/github/lavenderses/aws_appconfig_openfeature_provider/plugin/Extension.kt @@ -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)