diff --git a/gradle.properties b/gradle.properties index de413af..93276b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,4 +14,4 @@ # limitations under the License. # -version=1.0.0.BUILD-SNAPSHOT +version=1.0.1.BUILD-SNAPSHOT diff --git a/spring-credhub-demo/build.gradle b/spring-credhub-demo/build.gradle index 8ea4f12..f414fdc 100644 --- a/spring-credhub-demo/build.gradle +++ b/spring-credhub-demo/build.gradle @@ -44,7 +44,7 @@ apply plugin: 'propdeps-eclipse' apply plugin: 'org.springframework.boot' dependencies { - compile group: 'org.springframework.credhub', name: 'spring-credhub-starter', version: '1.0.0.BUILD-SNAPSHOT' + compile group: 'org.springframework.credhub', name: 'spring-credhub-starter', version: '1.0.0.RELEASE' compile group: 'org.springframework.boot', name: 'spring-boot-starter-web' compile group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'