Skip to content

Commit

Permalink
bump version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Piasy committed Jan 16, 2025
1 parent 87cdbdf commit e9b8f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Consts {
const val releaseGroup = "com.piasy"
const val releaseName = "kmp-socketio"
const val releaseVersion = "1.0.0"
const val releaseVersion = "1.1.0"

val androidNS = "$releaseGroup.${releaseName.replace('-', '_')}"
}

0 comments on commit e9b8f67

Please sign in to comment.