Skip to content

Commit e0919cd

Browse files
author
Daniel Novak
committed
Bump version
1 parent d7793ab commit e0919cd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.2(2017-2-1)
2+
3+
- Remove wrong jetbrains annotations import.
4+
15
## 1.2.1(2016-12-08)
26

37
- Added default (null) implementation of ```getViewModelConfig()``` to the ```ViewModelBaseActivity``` so you don't need to implement it for your Activities.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ Download
109109
--------
110110

111111
```groovy
112-
compile 'eu.inloop:androidviewmodel:1.2.1'
112+
compile 'eu.inloop:androidviewmodel:1.2.2'
113113
```

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.2.1
20+
VERSION_NAME=1.2.2

0 commit comments

Comments
 (0)