Skip to content

Commit

Permalink
Bumping version number to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Raydelto Hernandez [QPS] committed Feb 10, 2020
1 parent 88ecbc6 commit 00bdec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/raydelto/srtsynch/ui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class MainWindow extends JFrame{
private static final long serialVersionUID = 1L;

public MainWindow(){
super("SRT Synch v0.1 . http://www.raydelto.org");
super("SRT Synch v1.2 . http://www.raydelto.org");
setResizable(false);
setLayout(new GridLayout(5, 1));
//Title
Expand Down

0 comments on commit 00bdec9

Please sign in to comment.