Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
iMarbot committed May 8, 2020
1 parent 5e5d4bd commit 622908f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/artifacts/BracketGenerator_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/bracketgen/BracketGeneratorGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void start(Stage primaryStage) {
});

//initialize stage and scene
primaryStage.setTitle("Lua Bracket Helper v 0.2");
primaryStage.setTitle("Lua Bracket Helper v0.3");

Scene scene = new Scene(wrap, 1280, 720);
scene.getStylesheets().add(getClass().getResource("bracketstyle.css").toExternalForm());
Expand Down

0 comments on commit 622908f

Please sign in to comment.