Skip to content

Commit

Permalink
Release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
airsquared committed Feb 9, 2019
1 parent fdb5cfc commit d9a4fbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Help support this project by ⭐️'ing it! [Donations](https://www.paypal.me/airsqrd) also appreciated!

# blobsaver [![GitHub All Releases](https://img.shields.io/github/downloads/airsquared/blobsaver/total.svg)](https://github.com/airsquared/blobsaver/releases/latest)
A GUI for saving SHSH blobs using s0uthwest's fork of tsschecker(uses tihmstar's original for linux). Supports both Mac, Windows, and Linux. Requires [Java](https://java.com/inc/BrowserRedirect1.jsp).
A GUI for saving SHSH blobs using s0uthwest's fork of tsschecker. Supports Mac, Windows, and Linux. Requires [Java](https://java.com/inc/BrowserRedirect1.jsp).

**Tip:** if you want blobs you save to automatically be uploaded to the cloud, see [this](https://github.com/airsquared/blobsaver/wiki/Automatically-saving-blobs-to-the-cloud\(Dropbox,-Google-Drive,-iCloud\))

Expand Down
2 changes: 1 addition & 1 deletion blobsaver.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "blobsaver"
#define MyAppVersion "2.2"
#define MyAppVersion "2.2.3"
#define MyAppPublisher "blobsaver"
#define MyAppURL "https://www.github.com/airsquared/blobsaver"
#define MyAppExeName "blobsaver.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/airsquared/blobsaver/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

public class Main {

static final String appVersion = "v2.2.2";
static final String appVersion = "v2.2.3";
static final Preferences appPrefs = Preferences.userRoot().node("airsquared/blobsaver/prefs");
private static final String appID = "com.airsquared.blobsaver";
static Stage primaryStage;
Expand Down

0 comments on commit d9a4fbe

Please sign in to comment.