Skip to content

Commit

Permalink
Update readme documentation to reflect the AutoValue release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber committed May 19, 2015
1 parent 11be938 commit 1cf1f9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Subprojects

* [AutoValue](https://github.com/google/auto/tree/master/value) - Immutable [value-type](http://en.wikipedia.org/wiki/Value_object) code generation for Java 1.6+.

Latest version: `1.0`
Latest version: `1.1`

* [Common](https://github.com/google/auto/tree/master/common) - Helper utilities for writing annotation processors.

Expand Down
3 changes: 2 additions & 1 deletion value/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ add the following to your Maven configuration:
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.0</version>
<version>1.1</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -186,6 +186,7 @@ They just invoke your provided factory method and get a
well-behaved instance back.

### Builders
*(since 1.1)*

You may prefer to construct some objects through _builders_. If there
is a nested interface or abstract class that is annotated with
Expand Down

0 comments on commit 1cf1f9f

Please sign in to comment.