Skip to content

Commit d18b120

Browse files
committed
chore: bump version 1.0.2
1 parent 05b02ed commit d18b120

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = "appoutlet"
20-
version = "1.0.1"
20+
version = "1.0.2"
2121

2222
kotlin {
2323
jvm {
@@ -38,7 +38,7 @@ compose.desktop {
3838
targetFormats(TargetFormat.Dmg, TargetFormat.Exe, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm)
3939

4040
packageName = "GameOutlet"
41-
packageVersion = "1.0.1"
41+
packageVersion = "1.0.2"
4242
description = "Find the best prices on PC games"
4343
vendor = "AppOutlet"
4444
licenseFile.set(project.file("LICENSE"))

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: game-outlet
22
title: GameOutlet
3-
version: '1.0.1'
3+
version: '1.0.2'
44
summary: Find the best prices on PC games
55
# noinspection YAMLSchemaValidation
66
description: |

0 commit comments

Comments
 (0)