Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
App: Upgrade version to 1.0.3
Browse files Browse the repository at this point in the history
- Fix IOException, when a filename contains illegal symbols. Fixed by converting it to a valid filename before save
  • Loading branch information
DareFox committed Apr 20, 2022
1 parent f610be7 commit 9965881
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 @@ -18,7 +18,7 @@ group = "me.darefox"

// WHEN CHANGING VERSION, DON'T FORGET TO CHANGE VERSION
// IN UI COMPOSABLE
version = "1.0.2"
version = "1.0.3"

repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/ui/viewmodel/AppViewModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import logic.ktor.rateRequest
import util.toVersionOrNull

object AppViewModel {
const val VERSION = "1.0.2"
const val VERSION = "1.0.3"
val currentVersionObject = VERSION.toVersionOrNull()!!

private val repoName = "DareFox/SaveDTF-compose"
Expand Down

0 comments on commit 9965881

Please sign in to comment.