Skip to content

Commit

Permalink
Update version to 0.0.11 for release. (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinfan authored and suztomo committed Dec 14, 2022
1 parent 3836755 commit 4646cc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gax-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>0.0.10</version>
<version>0.0.11</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.api:gax:0.0.10'
compile 'com.google.api:gax:0.0.11'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.api" % "gax" % "0.0.10"
libraryDependencies += "com.google.api" % "gax" % "0.0.11"
```

Java Versions
Expand Down
2 changes: 1 addition & 1 deletion gax-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'signing'

group = "com.google.api"
archivesBaseName = "gax"
version = "0.0.11-SNAPSHOT"
version = "0.0.11"

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 4646cc9

Please sign in to comment.