Skip to content

Commit

Permalink
update library version to 1.0.3 🆙
Browse files Browse the repository at this point in the history
  • Loading branch information
iamageo committed Jun 22, 2023
1 parent b36923d commit 0e3f90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.github.iamageo'
version = '1.0.2'
version = '1.0.3'

android {
compileSdkVersion 33
Expand Down Expand Up @@ -50,7 +50,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.iamageo'
artifactId = 'another_read_more'
version = '1.0.2'
version = '1.0.3'
}
}
}
Expand Down

0 comments on commit 0e3f90f

Please sign in to comment.