Skip to content

Commit 1c80e28

Browse files
authored
Merge pull request #254 from darkdestry-t/feat/prep-1.4
Increment version and change output filename
2 parents 516b684 + e6c4e76 commit 1c80e28

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
}
7474

7575
shadowJar {
76-
archiveName = 'abb.jar'
76+
archiveName = 'abashbook.jar'
7777
}
7878

7979
defaultTasks 'clean', 'test'

docs/UserGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Before reading on, please note the following typographic conventions used in thi
4444

4545
1. Ensure that **Java 11** or above is installed in the computer.
4646

47-
1. Download the latest **abb.jar** from [here](https://github.com/AY2021S2-CS2103T-T12-3/tp/releases).
47+
1. Download the latest **abashbook.jar** from [here](https://github.com/AY2021S2-CS2103T-T12-3/tp/releases).
4848

4949
1. Copy the abb.jar to the target folder to use as the _home folder_ to contain the A-Bash Book data.
5050
See [FAQ: What is the Home Folder?](#what-is-the-home-folder) to understand more.

src/main/java/seedu/address/MainApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
public class MainApp extends Application {
4242

43-
public static final Version VERSION = new Version(1, 3, 0, true);
43+
public static final Version VERSION = new Version(1, 4, 0, false);
4444

4545
private static final Logger logger = LogsCenter.getLogger(MainApp.class);
4646

0 commit comments

Comments
 (0)