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

Commit a68a68e

Browse files
authored
bump version for release (#386)
gax: 1.9.1 gax-grpc: 0.26.1
1 parent 91499cf commit a68a68e

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,27 @@ If you are using Maven, add this to your pom.xml file
3232
<dependency>
3333
<groupId>com.google.api</groupId>
3434
<artifactId>gax</artifactId>
35-
<version>1.9.0</version>
35+
<version>1.9.1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.google.api</groupId>
3939
<artifactId>gax-grpc</artifactId>
40-
<version>0.26.0</version>
40+
<version>0.26.1</version>
4141
</dependency>
4242
```
4343

4444
If you are using Gradle, add this to your dependencies
4545

4646
```Groovy
47-
compile 'com.google.api:gax:1.9.0',
48-
'com.google.api:gax-grpc:0.26.0'
47+
compile 'com.google.api:gax:1.9.1',
48+
'com.google.api:gax-grpc:0.26.1'
4949
```
5050

5151
If you are using SBT, add this to your dependencies
5252

5353
```Scala
54-
libraryDependencies += "com.google.api" % "gax" % "1.9.0"
55-
libraryDependencies += "com.google.api" % "gax-grpc" % "0.26.0"
54+
libraryDependencies += "com.google.api" % "gax" % "1.9.1"
55+
libraryDependencies += "com.google.api" % "gax-grpc" % "0.26.1"
5656
```
5757

5858
[//]: # (/_QUICKSTART_ WARNING: This section is automatically inserted by build scripts)

gax-grpc/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.26.1-SNAPSHOT
1+
0.26.1

gax/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.1-SNAPSHOT
1+
1.9.1

samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<groupId>com.google.api</groupId>
1515
<artifactId>gax</artifactId>
1616
<!-- WARNING this is automatically populated by a build script, don't update manually -->
17-
<version>1.9.0</version>
17+
<version>1.9.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.google.api</groupId>
2121
<artifactId>gax-grpc</artifactId>
2222
<!-- WARNING this is automatically populated by a build script, don't update manually -->
23-
<version>0.26.0</version>
23+
<version>0.26.1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.google.api.grpc</groupId>

0 commit comments

Comments
 (0)