Skip to content

Commit 2d0a2d7

Browse files
committed
Update Java Notepad name
1 parent c4c65af commit 2d0a2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simplejavatexteditor/SimpleJavaTextEditor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ public class SimpleJavaTextEditor extends JTextPane {
2424

2525
private static final long serialVersionUID = 1L;
2626
public final static String AUTHOR_EMAIL = "[email protected]";
27-
public final static String NAME = "NotePad PH";
27+
public final static String NAME = "PHNotePad";
2828
public final static String EDITOR_EMAIL = "[email protected]";
29-
public final static double VERSION = 2.0;
29+
public final static double VERSION = 3.0;
3030

3131
/**
3232
* @param args

0 commit comments

Comments
 (0)