Skip to content

Commit db4cda4

Browse files
committed
bump the version to 1.0.2
1 parent cdabdfa commit db4cda4

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
@@ -199,7 +199,7 @@ void MainWindow::makeMenus()
199199
m_menuHelp->addAction(tr("&About"), this, [=]() {
200200
QString title = tr("About GameCube Pokémon RNG assistant");
201201
QString text =
202-
"Version 1.0.1\n\n" +
202+
"Version 1.0.2\n\n" +
203203
tr("A program to allow the manipulation of the starters RNG in Pokémon Colosseum and "
204204
"Pokémon XD: Gale of darkness.\n\nThis program is licensed under the MIT license. "
205205
"You should have received a copy of the MIT license along with this program");

0 commit comments

Comments
 (0)