diff --git a/.idea/modules.xml b/.idea/modules.xml index 5eae8da..910b240 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,11 +2,8 @@ - - - diff --git a/vcedittext-lib/build.gradle b/vcedittext-lib/build.gradle index ff36e60..9f835a0 100644 --- a/vcedittext-lib/build.gradle +++ b/vcedittext-lib/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.library' apply plugin: 'com.novoda.bintray-release' -def appVerCode = 1 -def appVerName = "1.0.0" +def appVerCode = 2 +def appVerName = "1.0.1" publish { userOrg = 'jkb'