Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release 0.1.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 7, 2020
1 parent 1bd9e41 commit 4b4a485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-servicedirectory</artifactId>
<version>0.1.1</version>
<version>0.1.0</version>
</dependency>

```

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-servicedirectory:0.1.1'
compile 'com.google.cloud:google-cloud-servicedirectory:0.1.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "0.1.1"
libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "0.1.0"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2020-04-07T00:37:32.475649Z",
"updateTime": "2020-04-07T00:37:02.897239Z",
"sources": [
{
"git": {
Expand Down

0 comments on commit 4b4a485

Please # to comment.