Skip to content

Commit

Permalink
Version Change v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deathmarine committed Nov 18, 2016
1 parent 674ae0d commit 890b0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.deathmarine</groupId>
<artifactId>luyten</artifactId>
<version>0.4.9</version>
<version>0.5.0</version>
<dependencies>
<dependency>
<groupId>com.fifesoft</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/us/deathmarine/luyten/MainMenuBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ public void actionPerformed(ActionEvent event) {
link.setCursor(new Cursor(Cursor.HAND_CURSOR));
link.addMouseListener(new LinkListener(rsyntax, link));
pane.add(link);
pane.add(new JLabel("Version: 2.6.0"));
pane.add(new JLabel("(c) 2016 Robert Futrell"));
pane.add(new JLabel(" "));
JOptionPane.showMessageDialog(null,pane);
Expand Down

0 comments on commit 890b0b7

Please sign in to comment.