Skip to content

Commit b79cdd2

Browse files
committed
Bump up version
1 parent 2d09f52 commit b79cdd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'com.github.dcendents.android-maven'
44

55
def versionMajor = 0
6-
def versionMinor = 1
7-
def versionPatch = 3
6+
def versionMinor = 2
7+
def versionPatch = 0
88

99
group = 'co.kyash'
1010
version = "$versionMajor.$versionMinor.$versionPatch"

0 commit comments

Comments
 (0)