Skip to content

Commit

Permalink
Updating api and version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzemehdi committed Apr 29, 2024
1 parent 4d2a2e4 commit a31526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {

allprojects {
group = "io.github.mirzemehdi"
version = "0.5.0"
version = "0.6.0"
val sonatypeUsername = gradleLocalProperties(rootDir).getProperty("sonatypeUsername")
val sonatypePassword = gradleLocalProperties(rootDir).getProperty("sonatypePassword")
val gpgKeySecret = gradleLocalProperties(rootDir).getProperty("gpgKeySecret")
Expand Down

0 comments on commit a31526d

Please sign in to comment.