Skip to content

Commit

Permalink
chore: release v0.1.1 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 6, 2019
1 parent ec5d8cb commit 3008326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ If you are using Maven, use this artifact as your project's parent.
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
</project>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<packaging>pom</packaging>
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>0.1.1</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<name>Google Cloud</name>
<url>https://github.com/googleapis/java-shared-config</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-shared-config:0.1.0:0.1.1-SNAPSHOT
google-cloud-shared-config:0.1.1:0.1.1

0 comments on commit 3008326

Please sign in to comment.