Skip to content

Commit

Permalink
Version 1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastiminskas committed Jan 15, 2024
1 parent 208c65f commit 2f98ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class DashboardViewModel: WindowFocusListener {
}

private fun getPackageVersion(){
val currentAppVersion = "1.0.20"
val currentAppVersion = "1.0.21"

viewModelScope.launch(dispatchers.mainImmediate) {
networkQueryVersion.getAppVersions().collect { loadResponse ->
Expand Down
4 changes: 2 additions & 2 deletions desktop/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import org.jetbrains.compose.compose

import org.jetbrains.compose.desktop.application.dsl.TargetFormat
import java.io.FileInputStream
import java.util.*
Expand Down Expand Up @@ -93,7 +93,7 @@ compose.desktop {

targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "Sphinx"
packageVersion = "1.0.20"
packageVersion = "1.0.21"

val iconsRoot = project.file("../common/src/desktopMain/resources/images")
val sphinxProperties = Properties().apply {
Expand Down

0 comments on commit 2f98ad9

Please sign in to comment.