Skip to content

Commit 459583f

Browse files
committed
Merge pull request googleapis#42 from shinfan/dev
Increase the version to 0.0.6 for release
2 parents fea2e02 + 315e316 commit 459583f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ If you are using Maven, add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.api</groupId>
1919
<artifactId>gax</artifactId>
20-
<version>0.0.5</version>
20+
<version>0.0.6</version>
2121
</dependency>
2222
```
2323
If you are using Gradle, add this to your dependencies
2424
```Groovy
25-
compile 'com.google.api:gax:0.0.5'
25+
compile 'com.google.api:gax:0.0.6'
2626
```
2727
If you are using SBT, add this to your dependencies
2828
```Scala
29-
libraryDependencies += "com.google.api" % "gax" % "0.0.5"
29+
libraryDependencies += "com.google.api" % "gax" % "0.0.6"
3030
```
3131

3232
Java Versions
@@ -44,7 +44,7 @@ See the [CONTRIBUTING] documentation for more information on how to get started.
4444
Versioning
4545
----------
4646

47-
This library follows [Semantic Versioning] (http://semver.org/).
47+
This library follows [Semantic Versioning](http://semver.org/).
4848

4949
It is currently in major version zero (``0.y.z``), which means that anything
5050
may change at any time and the public API should not be considered
@@ -53,7 +53,7 @@ stable.
5353
Repository Structure
5454
--------------------
5555

56-
This repository contains the following java packages.
56+
This repository contains the following java packages.
5757

5858
Generated from common protocol buffer types:
5959

@@ -73,7 +73,7 @@ Generated from common protocol buffer types:
7373
Non-generated code:
7474

7575
- `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.
7777
- `com.google.api.gax.protobuf` - Contains classes that provide functionality on
7878
top of protocol buffers. This includes things like expressions (to evaluate
7979
conditions on protocol buffers), path templates (to compose and decompose

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'signing'
77

88
group = "com.google.api"
99
archivesBaseName = "gax"
10-
version = "0.0.6-SNAPSHOT"
10+
version = "0.0.6"
1111

1212
sourceCompatibility = 1.7
1313
targetCompatibility = 1.7

0 commit comments

Comments
 (0)