Skip to content

Commit 956b8a0

Browse files
author
Daniel Novak
committed
Bump version to 1.0.1
1 parent 7c95a1b commit 956b8a0

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.0.1(2016-9-14)
2+
3+
- Updated dependencies (gradle, build tools, support library).
4+
15
## 1.0.0(2016-05-02)
26

37
- We decided it's time for 1.0.0 release after a lot of use in production projects.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Download
106106

107107
Grab via Gradle:
108108
```groovy
109-
compile 'eu.inloop:androidviewmodel:1.0.0'
109+
compile 'eu.inloop:androidviewmodel:1.0.1'
110110
```
111111

112112
Build and study sample application from source code or download from Google Play.<br/>

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.0
20+
VERSION_NAME=1.0.1

0 commit comments

Comments
 (0)