diff --git a/build.gradle b/build.gradle index fdac0c8c679..d94a5057a00 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ dependencies { } shadowJar { - archiveName = 'abb.jar' + archiveName = 'abashbook.jar' } defaultTasks 'clean', 'test' diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 0528c3e71d0..558f7a446e8 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -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. diff --git a/src/main/java/seedu/address/MainApp.java b/src/main/java/seedu/address/MainApp.java index 4d12c43efb3..7e8155cdc75 100644 --- a/src/main/java/seedu/address/MainApp.java +++ b/src/main/java/seedu/address/MainApp.java @@ -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);