Skip to content

Commit

Permalink
Merge pull request #214 from jayasting98/release-v1.3
Browse files Browse the repository at this point in the history
Change version number and release v1.3
  • Loading branch information
hungkhoaitay committed Oct 27, 2021
2 parents a2462ec + c79a21e commit 51ab0a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
}

shadowJar {
archiveName = 'thundercats.jar'
archiveName = 'thundercat.jar'
}

run {
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 @@ -36,7 +36,7 @@
*/
public class MainApp extends Application {

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

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

Expand Down

0 comments on commit 51ab0a0

Please sign in to comment.