Skip to content

Commit

Permalink
Add Version Change for Pull Request, Added Contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
deathmarine committed Apr 12, 2017
1 parent 3fc7105 commit 09cc3b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.5.1</version>
<version>0.5.2</version>
<dependencies>
<dependency>
<groupId>com.fifesoft</groupId>
Expand Down
5 changes: 3 additions & 2 deletions src/us/deathmarine/luyten/MainMenuBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,9 @@ public void actionPerformed(ActionEvent event) {
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";
Expand Down

0 comments on commit 09cc3b6

Please sign in to comment.