Skip to content

Commit

Permalink
Bump lib version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweener committed Oct 17, 2024
1 parent 216df22 commit 0575dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object ProjectConfiguration {

object Charts {
const val packageName = "com.tweener.charts"
const val versionName = "1.2.1"
const val versionName = "1.3.0"
const val namespace = "$packageName.android"
const val compileSDK = 34
const val minSDK = 24
Expand Down

0 comments on commit 0575dcd

Please sign in to comment.