Skip to content

Commit 3479e77

Browse files
committed
Version to 1.2.4
1 parent cacc5a7 commit 3479e77

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ allprojects {
2525
sourceCompatibility = JavaVersion.VERSION_1_6
2626
targetCompatibility = JavaVersion.VERSION_1_6
2727
}
28-
version = '1.2.3'
28+
version = '1.2.4'
2929

3030
// Java runtime dir, required for packaging
3131
project.ext.javaRuntimeFile = 'jre8'

tools/PSICAT/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# version must follow semantic versioning format: X.Y.Z with integer X, Y, and Z
55
# with optional alphanumeric prerelease label prefixed with - or _.
6-
app.version=1.2.3
6+
app.version=1.2.4
77

88
# optional subversion e.g. 'special build for Bob' is appended to app.version in title bar
99
#app.subversion=[Subversion Name]

tools/PSICAT/package/mac/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.2.3</string>
22+
<string>1.2.4</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>

tools/SchemeEditor/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# version must follow semantic versioning format: X.Y.Z with integer X, Y, and Z
55
# with optional alphanumeric prerelease label prefixed with - or _.
6-
app.version=1.2.3
6+
app.version=1.2.4
77

88
# optional subversion e.g. 'special build for Bob' is appended to app.version in title bar
99
#app.subversion=[Subversion Name]

tools/SchemeEditor/package/mac/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.2.3</string>
22+
<string>1.2.4</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)