Skip to content

Commit

Permalink
Change version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Feb 18, 2017
1 parent 5bad5f0 commit 47eaffa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.0(2017-18-2)

Added ``getViewOptional()`` method which is guaranteed to be non-null. It will return a dummy implemenation in case the View is not null.
Removed the need to override ```getViewModelClass```, the ViewModel class is now automatically extracted from the ViewModel class definition.

## 1.2.3(2017-4-1)

- Fix ProGuard settings.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ Download
--------

```groovy
compile 'eu.inloop:androidviewmodel:1.2.3'
compile 'eu.inloop:androidviewmodel:1.3.0'
```
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.3
VERSION_NAME=1.3.0

0 comments on commit 47eaffa

Please sign in to comment.