Skip to content

Commit

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

private fun getPackageVersion(){
val currentAppVersion = "1.0.23"
val currentAppVersion = "1.0.24"

viewModelScope.launch(dispatchers.mainImmediate) {
networkQueryVersion.getAppVersions().collect { loadResponse ->
Expand Down
2 changes: 1 addition & 1 deletion desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ compose.desktop {

targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "Sphinx"
packageVersion = "1.0.23"
packageVersion = "1.0.24"

val sphinxProperties = Properties().apply {
val localPropertiesFile = project.file("../local.properties")
Expand Down

0 comments on commit da6d8e5

Please sign in to comment.