Skip to content

Commit fe092c1

Browse files
committed
Change version to 1.0, Update README.md
1 parent a8e01b5 commit fe092c1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ A GUI for saving SHSH blobs using encounter's fork of tsschecker. Supports both
33

44
If you have an antivirus, select "Always Allow" for anything related to tsschecker or Java. An antivirus may cause blobsaver to crash. If that happens please send feedback.
55

6+
![image](https://i.imgur.com/8gF6a5J.png)
7+
68
## Features
79
- Store up to three devices with presets
810
- Choose where to save blobs

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
2-
31
plugins {
42
id 'com.github.johnrengelman.shadow' version '2.0.4' // plugin for fat jar
53
id 'java'
64
}
75

8-
version '1.0beta'
6+
version '1.0'
97

108
sourceCompatibility = 1.8
119

src/main/java/blobsaver/Main.java

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

1010
public class Main extends Application {
1111

12-
static final String appVersion = "v1.0beta";
12+
static final String appVersion = "v1.0";
1313

1414
public static void main(String[] args) {
1515
launch(args);

src/main/resources/blobsaver/blobsaver.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<Insets bottom="5.0" left="10.0" right="10.0"/>
9696
</VBox.margin>
9797
</TextField>
98-
<Label text="Path">
98+
<Label text="Location">
9999
<VBox.margin>
100100
<Insets bottom="5.0" left="10.0" top="5.0"/>
101101
</VBox.margin>

0 commit comments

Comments
 (0)