Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Prepare for release 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Smith committed Apr 18, 2018
1 parent 3bf90f1 commit 22f4b8a
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 @@
Changelog
=========

Version 2.1.0
----------------------------
2018-04-18

- Bump Android Support annotations to 27.1.1.
- New: Rave now supports `@LongDef`.

Version 2.0.0
----------------------------
2017-05-25
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ buildscript {
}
dependencies {
annotationProcessor 'com.uber:rave-compiler:2.0.0'
compile 'com.uber:rave:2.0.0'
annotationProcessor 'com.uber:rave-compiler:2.1.0'
implementation 'com.uber:rave:2.1.0'
}
```
#### Proguard Settings
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.uber
VERSION_NAME=2.1.0-SNAPSHOT
VERSION_NAME=2.1.0

POM_DESCRIPTION=A data model validation framework that uses java annotation processing

Expand Down

0 comments on commit 22f4b8a

Please sign in to comment.