Skip to content

Commit

Permalink
update package to 1.6.0-dev01
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Dec 24, 2021
1 parent 9f95260 commit 9358198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Package.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ object Package {
const val group = "com.twidere"
const val name = "Twidere X"
const val id = "$group.twiderex"
const val versionName = "1.5.1"
const val versionCode = 55
const val versionName = "1.6.0-dev01"
const val versionCode = 56
}

0 comments on commit 9358198

Please sign in to comment.