Skip to content

Commit 892df47

Browse files
committed
chore: bump to version 1.1.3
1 parent d830a50 commit 892df47

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.2
1+
1.1.3

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.1.2"
20+
version = "1.1.3"
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.1.2"
41+
packageVersion = "1.1.3"
4242
description = "Find the best prices on PC games"
4343
vendor = "AppOutlet"
4444
licenseFile.set(project.file("LICENSE"))

snap/snapcraft.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: game-outlet
22
title: GameOutlet
3-
version: 1.1.2
3+
version: 1.1.3
44
summary: Find the best prices on PC games
55
# noinspection YAMLSchemaValidation
66
description: |
@@ -39,8 +39,8 @@ parts:
3939
plugin: gradle
4040
source: https://github.com/AppOutlet/GameOutlet.git
4141
source-branch: main
42-
gradle-version: 1.1.2
43-
gradle-openjdk-version: 1.1.2
42+
gradle-version: 1.1.3
43+
gradle-openjdk-version: 1.1.3
4444
gradle-options: [packageReleaseAppImage]
4545
build-packages:
4646
- openjdk-17-jdk

0 commit comments

Comments
 (0)