Skip to content

Commit 83cc0d2

Browse files
committed
Prepared version 0.0.3
* bumbed version in gradle.properties and build.gradle
1 parent 6f8f746 commit 83cc0d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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.0.2
20+
VERSION_NAME=0.0.3
2121
VERSION_CODE=1
2222
GROUP=agency.tango.android
2323

material-intro-screen/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ publish {
4848
userOrg = 'tangoagency'
4949
groupId = 'agency.tango.android'
5050
artifactId = 'material-intro-screen'
51-
publishVersion = '0.0.2'
51+
publishVersion = '0.0.3'
5252
desc = ''
5353
website = 'https://github.com/TangoAgency/material-intro-screen'
5454
}

0 commit comments

Comments
 (0)