Skip to content

Commit

Permalink
update: version bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
a914-gowtham committed Feb 4, 2022
1 parent 0a24daf commit 286da46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotlin.code.style=official

GROUP=io.github.a914-gowtham
POM_ARTIFACT_ID=compose-ratingbar
VERSION_NAME=1.2.2
VERSION_NAME=1.2.3

systemProp.org.gradle.internal.publish.checksums.insecure=true

Expand Down
2 changes: 1 addition & 1 deletion ratingbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ afterEvaluate {
from components.release
groupId = 'com.gowtham.composeratingbar'
artifactId = 'compose-ratingbar'
version = '1.2.2'
version = '1.2.3'
}
}
}
Expand Down

0 comments on commit 286da46

Please sign in to comment.