Skip to content

Commit

Permalink
prepare next release, update readme/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauveau committed Nov 30, 2016
1 parent 72ce33a commit 82dc4d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

Changelog
=========
**3.0.2**
* Update libs
* Fix lint errors (#331 #332 Thx mtrakal)

**3.0.1**
* Fix setExpiration being called before setMinYear (#319)
* Fix leading zeroes issue in HMS Picker (#311)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Including in Your Project
### Gradle

```groovy
compile 'com.code-troopers.betterpickers:library:3.0.1'
compile 'com.code-troopers.betterpickers:library:3.0.2'
```

### Maven
Expand All @@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:3.0.1'
<dependency>
<groupId>com.code-troopers.betterpickers</groupId>
<artifactId>library</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit 82dc4d4

Please sign in to comment.