Skip to content

Commit

Permalink
Bump version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Aug 21, 2017
1 parent f67a536 commit 3f4a945
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.3.3(2017-21-8)

- Fix issue where viewmodels with generic types would not work correctly.

## 1.3.2(2017-21-8)

- Updated dependencies (Support library, build tools, gradle)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Download
--------

```groovy
compile 'eu.inloop:androidviewmodel:1.3.2'
compile 'eu.inloop:androidviewmodel:1.3.3'
```

## Android Studio Template
Expand Down
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.3.2
VERSION_NAME=1.3.3

0 comments on commit 3f4a945

Please sign in to comment.