Skip to content

Commit

Permalink
Merge pull request #76 from McNaBry/final-1.2.1
Browse files Browse the repository at this point in the history
Update version number to 1.2.1
  • Loading branch information
McNaBry authored Oct 27, 2023
2 parents 6cabedd + d491e8e commit e4d3850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ coverage:
threshold: 10%
ignore:
- "**/java/seedu/address/ui/**" # ignore test coverage on UI
- "**/java/seedu/address/Main"
- "**/java/seedu/address/MainApp"
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(0, 2, 2, true);
public static final Version VERSION = new Version(1, 2, 1, true);

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

Expand Down

0 comments on commit e4d3850

Please sign in to comment.