Skip to content

Commit 00bdec9

Browse files
author
Raydelto Hernandez [QPS]
committed
Bumping version number to 1.2
1 parent 88ecbc6 commit 00bdec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/raydelto/srtsynch/ui/MainWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class MainWindow extends JFrame{
2323
private static final long serialVersionUID = 1L;
2424

2525
public MainWindow(){
26-
super("SRT Synch v0.1 . http://www.raydelto.org");
26+
super("SRT Synch v1.2 . http://www.raydelto.org");
2727
setResizable(false);
2828
setLayout(new GridLayout(5, 1));
2929
//Title

0 commit comments

Comments
 (0)