Skip to content

Commit 1f4906d

Browse files
committed
Prepare for release 0.3.2-rc1
1 parent d752a21 commit 1f4906d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Change Log
22

3-
## Version 0.3.2 (2016-05-27)
3+
## Version 0.3.2-rc1 (2016-06-13)
44

5-
#### Supports: AutoValue: 1.2
5+
#### Supports: AutoValue: 1.3-rc1
66

7+
* Updates extension to support AutoValue 1.3-rc1
78
* Removes final modifier from AutoValueGsonAdapterFactory.
89

910
## Version 0.3.1 (2016-05-17)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ also generates an `AutoValueGsonTypeAdapterFactory` class which you can register
3838
Add a Gradle dependency:
3939

4040
```groovy
41-
apt 'com.ryanharter.auto.value:auto-value-gson:0.3.2'
41+
apt 'com.ryanharter.auto.value:auto-value-gson:0.3.2-rc1'
4242
```
4343

4444
(Using the [android-apt](https://bitbucket.org/hvisser/android-apt) plugin)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.ryanharter.auto.value
2-
VERSION_NAME=0.3.2
2+
VERSION_NAME=0.3.2-rc1
33

44
POM_DESCRIPTION=AutoValue extension that creates a Gson TypeAdapterFactory
55

0 commit comments

Comments
 (0)