Skip to content

Commit 9f73d9b

Browse files
committed
Bump version to 3.1.0
1 parent 145dd05 commit 9f73d9b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

installer/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "gg.essential"
9-
version = "3.0.5"
9+
version = "3.1.0"
1010

1111
repositories {
1212
mavenCentral()

scripts/make-macos-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cat >"$APP_NAME.app/Contents/Info.plist" <<EOL
5353
<key>CFBundlePackageType</key>
5454
<string>APPL</string>
5555
<key>CFBundleShortVersionString</key>
56-
<string>3.0.5</string>
56+
<string>3.1.0</string>
5757
<key>CFBundleVersion</key>
5858
<string>1</string>
5959
<key>NSHighResolutionCapable</key>

wrapper/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "installer-wrapper"
3-
version = "3.0.5" # Remember to change this in the macOS properties xml, until we do this automatically
3+
version = "3.1.0" # Remember to change this in the macOS properties xml, until we do this automatically
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)