aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Edward Gruber <christianedwardgruber@gmail.com>2015-01-05 11:23:07 -0800
committerChristian Edward Gruber <christianedwardgruber@gmail.com>2015-01-05 11:23:07 -0800
commit309f4efa7b4e392003f5092cca3141861c4a9baa (patch)
treede200913f093308edd7b25435a2698b03cc025de /README.md
parent867d489e2e783ff3d00d9a53d9a44f5a0a10d56d (diff)
downloadauto-309f4efa7b4e392003f5092cca3141861c4a9baa.tar.gz
Bump most recent release of AutoValue to 1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e177c9f..c16b9b34 100644
--- a/README.md
+++ b/README.md
@@ -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-rc2`
+ Latest version: `1.0`
* [Common](https://github.com/google/auto/tree/master/common) - Helper utilities for writing annotation processors.