Skip to content

Commit

Permalink
Prepare for release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed Apr 5, 2016
1 parent 6a0945f commit 9329058
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## Version 0.2.2 (2016-04-05)

#### Supports: AutoValue 1.2-rc1

* Fixes issue causing method prefixes (`get`, `is`) to be ignored.

## Version 0.2.1 (2016-03-22)

Fixes snapshot issues with 0.2.0 release. Only guaranteed to support AutoValue 1.2-rc1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ This wouldn't be quite complete without some added features.
Add a Gradle dependency:

```groovy
apt 'com.ryanharter.auto.value:auto-value-gson:0.2.1'
apt 'com.ryanharter.auto.value:auto-value-gson:0.2.2'
```

(Using the [android-apt](https://bitbucket.org/hvisser/android-apt) plugin)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.ryanharter.auto.value
VERSION_NAME=0.2.2-SNAPSHOT
VERSION_NAME=0.2.2

POM_ARTIFACT_ID=auto-value-gson
POM_NAME=AutoValue: Gson Extension
Expand Down

0 comments on commit 9329058

Please sign in to comment.