@@ -17,16 +17,16 @@ If you are using Maven, add this to your pom.xml file
17
17
<dependency >
18
18
<groupId >com.google.api</groupId >
19
19
<artifactId >gax</artifactId >
20
- <version >0.0.5 </version >
20
+ <version >0.0.6 </version >
21
21
</dependency >
22
22
```
23
23
If you are using Gradle, add this to your dependencies
24
24
``` Groovy
25
- compile 'com.google.api:gax:0.0.5 '
25
+ compile 'com.google.api:gax:0.0.6 '
26
26
```
27
27
If you are using SBT, add this to your dependencies
28
28
``` Scala
29
- libraryDependencies += " com.google.api" % " gax" % " 0.0.5 "
29
+ libraryDependencies += " com.google.api" % " gax" % " 0.0.6 "
30
30
```
31
31
32
32
Java Versions
@@ -44,7 +44,7 @@ See the [CONTRIBUTING] documentation for more information on how to get started.
44
44
Versioning
45
45
----------
46
46
47
- This library follows [ Semantic Versioning] (http://semver.org/ ).
47
+ This library follows [ Semantic Versioning] ( http://semver.org/ ) .
48
48
49
49
It is currently in major version zero (`` 0.y.z `` ), which means that anything
50
50
may change at any time and the public API should not be considered
@@ -53,7 +53,7 @@ stable.
53
53
Repository Structure
54
54
--------------------
55
55
56
- This repository contains the following java packages.
56
+ This repository contains the following java packages.
57
57
58
58
Generated from common protocol buffer types:
59
59
@@ -73,7 +73,7 @@ Generated from common protocol buffer types:
73
73
Non-generated code:
74
74
75
75
- ` com.google.api.gax.internal ` - Contains classes that are designed for use by
76
- generated API code and which may not be very usable by clients.
76
+ generated API code and which may not be very usable by clients.
77
77
- ` com.google.api.gax.protobuf ` - Contains classes that provide functionality on
78
78
top of protocol buffers. This includes things like expressions (to evaluate
79
79
conditions on protocol buffers), path templates (to compose and decompose
0 commit comments