Skip to content

Commit 4f95aaa

Browse files
author
Daniel Novak
committed
Increment version to 0.3
1 parent a24ffdf commit 4f95aaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ Download
9595

9696
Grab via Gradle:
9797
```groovy
98-
compile 'eu.inloop:androidviewmodel:0.2'
98+
compile 'eu.inloop:androidviewmodel:0.3'
9999
```
100100
or Maven:
101101
```xml
102102
<dependency>
103103
<groupId>eu.inloop</groupId>
104104
<artifactId>androidviewmodel</artifactId>
105-
<version>0.2</version>
105+
<version>0.3</version>
106106
</dependency>
107107
```
108108
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=0.2
20+
VERSION_NAME=0.3

0 commit comments

Comments
 (0)