Skip to content

Commit

Permalink
Release v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
airsquared committed Oct 26, 2023
1 parent 7621f80 commit 18222d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 23 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
plugins {
id 'application'
id 'com.github.ben-manes.versions' version '0.49.0'
id 'org.beryx.jlink' version '3.0.0'
id 'org.beryx.jlink' version '3.0.1'
id 'org.openjfx.javafxplugin' version '0.1.0'

id 'idea'
Expand All @@ -32,7 +32,7 @@ idea.module.outputDir file('out/production/classes') // fix running via IntelliJ
/*
* REMEMBER: also update the version string in Main.java
*/
version = '3.5.2'
version = '3.6.0'
description = 'A cross-platform GUI and CLI app for saving SHSH blobs'
String appIdentifier = 'airsquared.blobsaver.app'
String copyright = 'Copyright (c) 2023 airsquared'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/airsquared/blobsaver/app/DebugWindow.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 airsquared
* Copyright (c) 2023 airsquared
*
* This file is part of blobsaver.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/airsquared/blobsaver/app/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

public class Main {

static final String appVersion = "v3.5.2";
static final String appVersion = "v3.6.0";
static final String copyright = "Copyright (c) 2023 airsquared";
static Stage primaryStage;
// make sure to set system property before running (automatically set if running from gradle)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/airsquared/blobsaver/app/Prefs.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 airsquared
* Copyright (c) 2023 airsquared
*
* This file is part of blobsaver.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/airsquared/blobsaver/app/TSS.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 airsquared
* Copyright (c) 2023 airsquared
*
* This file is part of blobsaver.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
# suppress inspection "UnusedProperty" for whole file
#
# Copyright (c) 2021 airsquared
#
# This file is part of blobsaver.
#
# blobsaver is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# blobsaver is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with blobsaver. If not, see <https://www.gnu.org/licenses/>.
#
iPhone2,1=n88ap
iPhone3,1=n90ap
iPhone3,2=n90bap
Expand Down

0 comments on commit 18222d4

Please sign in to comment.