Skip to content

Commit d51c874

Browse files
author
Daniel Novak
committed
Bump version
1 parent f9afa1e commit d51c874

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.0(2016-11-24)
2+
3+
- Added support for data binding
4+
- <b>Breaking change</b>: Added ```getViewModelConfig()``` to [IView](library/src/main/java/eu/inloop/viewmodel/IView.java). You don't need to make any changes if you are using the default ViewModelBaseFragment. Otherwise you need to implement this method and return null in case you don't need data binding.
5+
16
## 1.0.1(2016-9-14)
27

38
- Updated dependencies (gradle, build tools, support library).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ Download
101101
--------
102102

103103
```groovy
104-
compile 'eu.inloop:androidviewmodel:1.0.1'
104+
compile 'eu.inloop:androidviewmodel:1.1.0'
105105
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=1.0.1
20+
VERSION_NAME=1.1.0

0 commit comments

Comments
 (0)