diff --git a/library/build.gradle b/library/build.gradle index 13d4c8c..7426d23 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.github.iamageo' -version = '1.0.2' +version = '1.0.3' android { compileSdkVersion 33 @@ -50,7 +50,7 @@ afterEvaluate { from components.release groupId = 'com.github.iamageo' artifactId = 'another_read_more' - version = '1.0.2' + version = '1.0.3' } } }