File tree Expand file tree Collapse file tree 6 files changed +6
-23
lines changed
java/airsquared/blobsaver/app
resources/airsquared/blobsaver/app Expand file tree Collapse file tree 6 files changed +6
-23
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
2222plugins {
2323 id ' application'
2424 id ' com.github.ben-manes.versions' version ' 0.49.0'
25- id ' org.beryx.jlink' version ' 3.0.0 '
25+ id ' org.beryx.jlink' version ' 3.0.1 '
2626 id ' org.openjfx.javafxplugin' version ' 0.1.0'
2727
2828 id ' idea'
@@ -32,7 +32,7 @@ idea.module.outputDir file('out/production/classes') // fix running via IntelliJ
3232/*
3333 * REMEMBER: also update the version string in Main.java
3434 */
35- version = ' 3.5.2 '
35+ version = ' 3.6.0 '
3636description = ' A cross-platform GUI and CLI app for saving SHSH blobs'
3737String appIdentifier = ' airsquared.blobsaver.app'
3838String copyright = ' Copyright (c) 2023 airsquared'
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2021 airsquared
2+ * Copyright (c) 2023 airsquared
33 *
44 * This file is part of blobsaver.
55 *
Original file line number Diff line number Diff line change 3838
3939public class Main {
4040
41- static final String appVersion = "v3.5.2 " ;
41+ static final String appVersion = "v3.6.0 " ;
4242 static final String copyright = "Copyright (c) 2023 airsquared" ;
4343 static Stage primaryStage ;
4444 // make sure to set system property before running (automatically set if running from gradle)
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2021 airsquared
2+ * Copyright (c) 2023 airsquared
33 *
44 * This file is part of blobsaver.
55 *
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2021 airsquared
2+ * Copyright (c) 2023 airsquared
33 *
44 * This file is part of blobsaver.
55 *
Original file line number Diff line number Diff line change 11# suppress inspection "UnusedProperty" for whole file
2- #
3- # Copyright (c) 2021 airsquared
4- #
5- # This file is part of blobsaver.
6- #
7- # blobsaver is free software: you can redistribute it and/or modify
8- # it under the terms of the GNU General Public License as published by
9- # the Free Software Foundation, version 3 of the License.
10- #
11- # blobsaver is distributed in the hope that it will be useful,
12- # but WITHOUT ANY WARRANTY; without even the implied warranty of
13- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14- # GNU General Public License for more details.
15- #
16- # You should have received a copy of the GNU General Public License
17- # along with blobsaver. If not, see <https://www.gnu.org/licenses/>.
18- #
192iPhone2,1 =n88ap
203iPhone3,1 =n90ap
214iPhone3,2 =n90bap
You can’t perform that action at this time.
0 commit comments