From d6ba9b2ffb8b422485659383f0b78e8ac0380bce Mon Sep 17 00:00:00 2001 From: Shreyas Date: Fri, 2 Oct 2020 12:24:42 +0530 Subject: [PATCH] Change library version - v0.2.0 --- .idea/misc.xml | 2 +- simplelibrary/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!"