Add Version Change for Pull Request, Added Contributor

This commit is contained in:
deathmarine 2017-04-12 09:53:11 -04:00
parent 3fc710524e
commit 09cc3b6271
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.deathmarine</groupId>
<artifactId>luyten</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>
<dependencies>
<dependency>
<groupId>com.fifesoft</groupId>

View File

@ -567,8 +567,9 @@ public class MainMenuBar extends JMenuBar {
pane.add(link);
pane.add(new JLabel("Contributions By:"));
pane.add(new JLabel("zerdei, toonetown, dstmath"));
pane.add(new JLabel("virustotalop, xtrafrancyz"));
pane.add(new JLabel("mbax, quitten, mstrobel, and FisheyLP"));
pane.add(new JLabel("virustotalop, xtrafrancyz,"));
pane.add(new JLabel("mbax, quitten, mstrobel,"));
pane.add(new JLabel("FisheyLP, and Syquel"));
pane.add(new JLabel(" "));
pane.add(new JLabel("Powered By:"));
String procyon = "https://bitbucket.org/mstrobel/procyon";