Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Feb 19, 2025
1 parent 63cab99 commit 29e5da2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application/composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ android {
applicationId = "io.writeopia"
minSdk = 24
targetSdk = 35
versionCode = 23
versionName = "0.11.0"
versionCode = 24
versionName = "0.12.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ fun SettingsScreen(

Spacer(modifier = Modifier.height(30.dp))

Text("Version: alpha24 - Amado, Jorge", style = MaterialTheme.typography.bodySmall)
Text("Version: alpha25 - Amado, Jorge", style = MaterialTheme.typography.bodySmall)
}

@Composable
Expand Down

0 comments on commit 29e5da2

Please sign in to comment.