Skip to content

Commit

Permalink
Update version to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
syt0r committed Jan 28, 2024
1 parent cc89a4f commit aea64e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AppVersion.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object AppVersion {

const val versionCode = 18
const val versionCode = 19

const val versionName = "1.8"
const val versionName = "1.9"

// Requires 3 numbers
const val desktopAppVersion = "$versionName.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fun VersionChangeDialog(
LazyColumn(
modifier = Modifier.weight(1f).fillMaxWidth()
) {
version("1.8", LocalDate(2024, 1, 28)) {
version("1.9", LocalDate(2024, 1, 28)) {
append(
"""
- Added options to merge and sort practice sets
Expand Down

0 comments on commit aea64e5

Please sign in to comment.