Skip to content

Commit 8f797e9

Browse files
committed
Bump up version to 0.2
1 parent f10fa97 commit 8f797e9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ allprojects {
2020
repositories {
2121
google()
2222
jcenter()
23-
2423
}
2524
}
2625

pluto-kotlin-client-sdk/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'maven-publish'
55

66
buildscript {
7-
ext.versionCode = 10
8-
ext.versionName = '0.1.9'
7+
ext.versionCode = 11
8+
ext.versionName = '0.2'
99
}
1010

1111
android {

0 commit comments

Comments
 (0)