Skip to content

Commit

Permalink
chore: bump to version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AppOutletTeam committed Aug 7, 2024
1 parent 1de2a57 commit 35bd8fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2
1.4.3
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
}

group = "appoutlet"
version = "1.4.2"
version = "1.4.3"

compose.desktop {
application {
Expand All @@ -26,7 +26,7 @@ compose.desktop {
targetFormats(TargetFormat.Dmg, TargetFormat.Exe, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm)

packageName = "GameOutlet"
packageVersion = "1.4.2"
packageVersion = "1.4.3"
description = "Find the best prices on PC games"
vendor = "AppOutlet"
licenseFile.set(project.file("LICENSE"))
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: game-outlet
title: GameOutlet
version: 1.4.2
version: 1.4.3
summary: Find the best prices on PC games
# noinspection YAMLSchemaValidation
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import appoutlet.gameoutlet.core.ui.spacing
import appoutlet.gameoutlet.feature.about.AboutInputEvent
import appoutlet.gameoutlet.feature.about.AboutUiState

const val VERSION = "1.4.2"
const val VERSION = "1.4.3"

@Composable
fun AboutScreen(
Expand Down

0 comments on commit 35bd8fe

Please sign in to comment.