Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperHackio committed Jul 12, 2024
1 parent 003d518 commit 9adcf13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/whitehole/AboutForm.form
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<SubComponents>
<Component class="javax.swing.JLabel" name="label">
<Properties>
<Property name="text" type="java.lang.String" value="&lt;html&gt;&#xa; &lt;h2&gt;Whitehole&lt;/h2&gt; A level editor for Super Mario Galaxy and Super Mario Galaxy 2. &lt;br&gt; Whitehole is free software and shouldn&apos;t be provided as a part &lt;br&gt; of a paid software package. &lt;h2&gt;Credits&lt;/h2&gt; Arisotura, Aurum, AwesomeTMC, Bussun, Dirbaio, &lt;br/&gt;groepaz, IonicPixels, JuPaHe64, Lord-Giganticus, NWPlayer123, &lt;br/&gt;PhantomWings, Rob Camick, shibboleet, Super Hackio, thakis, &lt;br/&gt;TheSunCat, Treeki, and yaz0r. &lt;h4&gt;Current Version:&lt;br/&gt;Whitehole Neo (Stable 1.0)&lt;/h4&gt;&lt;/html&gt;"/>
<Property name="text" type="java.lang.String" value="&lt;html&gt;&#xa; &lt;h2&gt;Whitehole&lt;/h2&gt; A level editor for Super Mario Galaxy and Super Mario Galaxy 2. &lt;br&gt; Whitehole is free software and shouldn&apos;t be provided as a part &lt;br&gt; of a paid software package. &lt;h2&gt;Credits&lt;/h2&gt; Arisotura, Aurum, AwesomeTMC, Bussun, Dirbaio, &lt;br/&gt;groepaz, IonicPixels, JuPaHe64, Lord-Giganticus, NWPlayer123, &lt;br/&gt;PhantomWings, Rob Camick, shibboleet, Super Hackio, thakis, &lt;br/&gt;TheSunCat, Treeki, and yaz0r. &lt;h4&gt;Current Version:&lt;br/&gt;Whitehole Neo (Beta 6)&lt;/h4&gt;&lt;/html&gt;"/>
</Properties>
</Component>
</SubComponents>
Expand Down
2 changes: 1 addition & 1 deletion src/whitehole/AboutForm.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private void initComponents() {
setIconImage(Whitehole.ICON);
setResizable(false);

label.setText("<html>\n <h2>Whitehole</h2> A level editor for Super Mario Galaxy and Super Mario Galaxy 2. <br> Whitehole is free software and shouldn't be provided as a part <br> of a paid software package. <h2>Credits</h2> Arisotura, Aurum, AwesomeTMC, Bussun, Dirbaio, <br/>groepaz, IonicPixels, JuPaHe64, Lord-Giganticus, NWPlayer123, <br/>PhantomWings, Rob Camick, shibboleet, Super Hackio, thakis, <br/>TheSunCat, Treeki, and yaz0r. <h4>Current Version:<br/>Whitehole Neo (Stable 1.0)</h4></html>");
label.setText("<html>\n <h2>Whitehole</h2> A level editor for Super Mario Galaxy and Super Mario Galaxy 2. <br> Whitehole is free software and shouldn't be provided as a part <br> of a paid software package. <h2>Credits</h2> Arisotura, Aurum, AwesomeTMC, Bussun, Dirbaio, <br/>groepaz, IonicPixels, JuPaHe64, Lord-Giganticus, NWPlayer123, <br/>PhantomWings, Rob Camick, shibboleet, Super Hackio, thakis, <br/>TheSunCat, Treeki, and yaz0r. <h4>Current Version:<br/>Whitehole Neo (Beta 6)</h4></html>");

javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
Expand Down

0 comments on commit 9adcf13

Please sign in to comment.