Skip to content

Commit 09cc3b6

Browse files
committed
Add Version Change for Pull Request, Added Contributor
1 parent 3fc7105 commit 09cc3b6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>us.deathmarine</groupId>
55
<artifactId>luyten</artifactId>
6-
<version>0.5.1</version>
6+
<version>0.5.2</version>
77
<dependencies>
88
<dependency>
99
<groupId>com.fifesoft</groupId>

src/us/deathmarine/luyten/MainMenuBar.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,9 @@ public void actionPerformed(ActionEvent event) {
567567
pane.add(link);
568568
pane.add(new JLabel("Contributions By:"));
569569
pane.add(new JLabel("zerdei, toonetown, dstmath"));
570-
pane.add(new JLabel("virustotalop, xtrafrancyz"));
571-
pane.add(new JLabel("mbax, quitten, mstrobel, and FisheyLP"));
570+
pane.add(new JLabel("virustotalop, xtrafrancyz,"));
571+
pane.add(new JLabel("mbax, quitten, mstrobel,"));
572+
pane.add(new JLabel("FisheyLP, and Syquel"));
572573
pane.add(new JLabel(" "));
573574
pane.add(new JLabel("Powered By:"));
574575
String procyon = "https://bitbucket.org/mstrobel/procyon";

0 commit comments

Comments
 (0)