Skip to content

Commit edc1ac1

Browse files
committed
Bump the version to 1.0
IT IS TIME!
1 parent aea05ad commit edc1ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/GUI/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ void MainWindow::makeMenus()
192192
m_menuHelp->addAction(tr("&About"), this, [=]() {
193193
QString title = tr("About GameCube Pokémon RNG assistant");
194194
QString text =
195-
"Beta version 0.2.1\n\n" +
195+
"Version 1.0\n\n" +
196196
tr("A program to allow the manipulation of the starters RNG in Pokémon Colosseum and "
197197
"Pokémon XD: Gale of darkness.\n\nThis program is licensed under the MIT license. "
198198
"You should have received a copy of the MIT license along with this program");

0 commit comments

Comments
 (0)