Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Novak committed Jan 4, 2017
1 parent 25d1739 commit 8163599
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.3(2017-4-1)

- Fix ProGuard settings.

## 1.2.2(2017-2-1)

- Remove wrong jetbrains annotations import.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ Download
--------

```groovy
compile 'eu.inloop:androidviewmodel:1.2.2'
compile 'eu.inloop:androidviewmodel:1.2.3'
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.2.2
VERSION_NAME=1.2.3

0 comments on commit 8163599

Please sign in to comment.