From 32c22babc85813b9603d9fe569fb8776b1c96a19 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 28 Aug 2019 06:40:56 -0700 Subject: [PATCH] chore: release v0.1.0 (#13) --- README.md | 2 +- pom.xml | 2 +- versions.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 983fd697..d827ac94 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you are using Maven, use this artifact as your project's parent. com.google.cloud google-cloud-shared-config - 0.0.1 + 0.1.0 ``` diff --git a/pom.xml b/pom.xml index fa20200a..1cac0102 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shared-config pom - 0.0.1-SNAPSHOT + 0.1.0 Google Cloud https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index b8841b5e..8ab0e84a 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:0.0.0:0.0.1-SNAPSHOT \ No newline at end of file +google-cloud-shared-config:0.1.0:0.1.0