diff --git a/.idea/misc.xml b/.idea/misc.xml index b6ea2b1..dfd2c79 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/simplelibrary/build.gradle b/simplelibrary/build.gradle index 4b5f46e..c5f874a 100644 --- a/simplelibrary/build.gradle +++ b/simplelibrary/build.gradle @@ -8,7 +8,7 @@ ext { mGroupId = "com.example" mArtifactId = "simple-library" mVersionCode = 1 - mVersionName = "0.1.0" + mVersionName = "0.2.0" mLibraryName = "SimpleLibrary" mLibraryDescription = "Simple Library for simple things!"