Skip to content

Commit

Permalink
Merge pull request googleapis#42 from shinfan/dev
Browse files Browse the repository at this point in the history
Increase the version to 0.0.6 for release
  • Loading branch information
shinfan committed Mar 28, 2016
2 parents fea2e02 + 315e316 commit 459583f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,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.5</version>
<version>0.0.6</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.api:gax:0.0.5'
compile 'com.google.api:gax:0.0.6'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.api" % "gax" % "0.0.5"
libraryDependencies += "com.google.api" % "gax" % "0.0.6"
```

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

This library follows [Semantic Versioning] (http://semver.org/).
This library follows [Semantic Versioning](http://semver.org/).

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

This repository contains the following java packages.
This repository contains the following java packages.

Generated from common protocol buffer types:

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

- `com.google.api.gax.internal` - Contains classes that are designed for use by
generated API code and which may not be very usable by clients.
generated API code and which may not be very usable by clients.
- `com.google.api.gax.protobuf` - Contains classes that provide functionality on
top of protocol buffers. This includes things like expressions (to evaluate
conditions on protocol buffers), path templates (to compose and decompose
Expand Down
2 changes: 1 addition & 1 deletion 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.6-SNAPSHOT"
version = "0.0.6"

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 459583f

Please sign in to comment.