Skip to content

Commit

Permalink
Update version value for alpha versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pulimet committed Sep 22, 2024
1 parent 4cb2f7e commit f940cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.jetbrains.kotlin.plugin.compose")
}

val appVersion = "1.0.4"
val appVersion = "1.0.5"

group = "net.alexandroid.adbugger"
version = appVersion
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/store/AppStore.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AppStore(private val terminal: Terminal, coroutineScope: CoroutineScope) :
const val EMULATOR_NONE = "Emulator not selected"
}

val version = "1.0.4"
val version = "1.0.5"

var state: AppState by mutableStateOf(initialState())
private set
Expand Down

0 comments on commit f940cf6

Please sign in to comment.