Skip to content

Commit

Permalink
New version 1.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastiminskas committed Feb 10, 2024
1 parent 426446a commit 9c6f3e7
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 @@ -216,7 +216,7 @@ class DashboardViewModel(): WindowFocusListener {
}

private fun getPackageVersion(){
val currentAppVersion = "1.0.26"
val currentAppVersion = "1.0.27"

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.26"
packageVersion = "1.0.27"

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

0 comments on commit 9c6f3e7

Please sign in to comment.