From 9adcf13993a9aac561ed46f1eae5d1fc90dc8d72 Mon Sep 17 00:00:00 2001 From: Super Hackio Date: Fri, 12 Jul 2024 09:07:42 -0700 Subject: [PATCH] Bump Version --- src/whitehole/AboutForm.form | 2 +- src/whitehole/AboutForm.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/whitehole/AboutForm.form b/src/whitehole/AboutForm.form index 0ccaa38..c67b0df 100644 --- a/src/whitehole/AboutForm.form +++ b/src/whitehole/AboutForm.form @@ -50,7 +50,7 @@ - + diff --git a/src/whitehole/AboutForm.java b/src/whitehole/AboutForm.java index 1a586a8..2a2342e 100644 --- a/src/whitehole/AboutForm.java +++ b/src/whitehole/AboutForm.java @@ -35,7 +35,7 @@ private void initComponents() { setIconImage(Whitehole.ICON); setResizable(false); - label.setText("\n

Whitehole

A level editor for Super Mario Galaxy and Super Mario Galaxy 2.
Whitehole is free software and shouldn't be provided as a part
of a paid software package.

Credits

Arisotura, Aurum, AwesomeTMC, Bussun, Dirbaio,
groepaz, IonicPixels, JuPaHe64, Lord-Giganticus, NWPlayer123,
PhantomWings, Rob Camick, shibboleet, Super Hackio, thakis,
TheSunCat, Treeki, and yaz0r.

Current Version:
Whitehole Neo (Stable 1.0)

"); + label.setText("\n

Whitehole

A level editor for Super Mario Galaxy and Super Mario Galaxy 2.
Whitehole is free software and shouldn't be provided as a part
of a paid software package.

Credits

Arisotura, Aurum, AwesomeTMC, Bussun, Dirbaio,
groepaz, IonicPixels, JuPaHe64, Lord-Giganticus, NWPlayer123,
PhantomWings, Rob Camick, shibboleet, Super Hackio, thakis,
TheSunCat, Treeki, and yaz0r.

Current Version:
Whitehole Neo (Beta 6)

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