Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
Prepare for release 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed May 6, 2016
1 parent f852766 commit 6fa55e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 0.1.3 *(2016-05-06)*
----------------------------

#### Supports: AutoValue 1.2

- fix support for nested AutoValue classes

Version 0.1.2 *(2016-05-05)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ By convention "with-er" methods have to use with as prefix and use the exact pro
Add a Gradle dependency:

```groovy
apt 'com.gabrielittner.auto.value:auto-value-with:0.1.2'
apt 'com.gabrielittner.auto.value:auto-value-with:0.1.3'
```
(Using the [android-apt][apt] plugin)

Expand All @@ -39,7 +39,7 @@ or Maven:
<dependency>
<groupId>com.gabrielittner.auto.value</groupId>
<artifactId>auto-value-with</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.gabrielittner.auto.value
VERSION_NAME=0.1.3-SNAPSHOT
VERSION_NAME=0.1.3

POM_DESCRIPTION=AutoValue extension to implement "with-er" methods for AutoValue objects

Expand Down

0 comments on commit 6fa55e1

Please sign in to comment.