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

Commit

Permalink
App: Change version to 1.0.2
Browse files Browse the repository at this point in the history
- Require to setup folder by user itself 16d7635
- Show error in EntryCard, when the things go wrong 49fdbb5
- Show error in FancyInputField, when there is no save folder e3a5a48
- Move save folder setting to top aad3ffd
  • Loading branch information
DareFox committed Apr 20, 2022
1 parent e3a5a48 commit 02b58d9
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.1"
version = "1.0.2"

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.1"
const val VERSION = "1.0.2"
val currentVersionObject = VERSION.toVersionOrNull()!!

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

0 comments on commit 02b58d9

Please sign in to comment.