Skip to content

Commit

Permalink
Release of version 2.2.5 with kotlin version update along with other …
Browse files Browse the repository at this point in the history
…simple utility feature made public
  • Loading branch information
shivathapaa committed Dec 8, 2024
1 parent 2350dac commit 56a770c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.5.2"
kotlin = "2.0.21"
kotlin = "2.1.0"
compose-plugin = "1.7.1"
android-minSdk = "21"
android-compileSdk = "34"
Expand Down
2 changes: 1 addition & 1 deletion nepali-date-picker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ mavenPublishing {
coordinates(
groupId = "io.github.shivathapaa",
artifactId = "nepali-date-picker",
version = "2.2.4"
version = "2.2.5"
)

// POM metadata for the published artifact
Expand Down

0 comments on commit 56a770c

Please sign in to comment.