Skip to content

Commit

Permalink
Merge pull request #254 from darkdestry-t/feat/prep-1.4
Browse files Browse the repository at this point in the history
Increment version and change output filename
  • Loading branch information
darkdestry-t authored Apr 12, 2021
2 parents 516b684 + e6c4e76 commit 1c80e28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
}

shadowJar {
archiveName = 'abb.jar'
archiveName = 'abashbook.jar'
}

defaultTasks 'clean', 'test'
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Before reading on, please note the following typographic conventions used in thi

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

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

1. Copy the abb.jar to the target folder to use as the _home folder_ to contain the A-Bash Book data.
See [FAQ: What is the Home Folder?](#what-is-the-home-folder) to understand more.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/
public class MainApp extends Application {

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

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

Expand Down

0 comments on commit 1c80e28

Please sign in to comment.