Skip to content

Commit 5fa7cc9

Browse files
committed
Bump up version
1 parent 8939e1d commit 5fa7cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/build.gradle

+2-2
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 = 2
7-
def versionPatch = 2
6+
def versionMinor = 3
7+
def versionPatch = 0
88

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

0 commit comments

Comments
 (0)