diff --git a/Forms/MainWindow.hpp b/Forms/MainWindow.hpp index 25a4f53ca..d9c05c4bc 100644 --- a/Forms/MainWindow.hpp +++ b/Forms/MainWindow.hpp @@ -60,7 +60,7 @@ class MainWindow : public QMainWindow Ui::MainWindow *ui; QTranslator translator; QActionGroup *langGroup; - const QString VERSION = "v2.2.1"; + const QString VERSION = "v2.2.2"; Stationary3 *stationary3 = nullptr; Wild3 *wild3 = nullptr; diff --git a/Forms/MainWindow.ui b/Forms/MainWindow.ui index f952cf6a2..51c888e1f 100644 --- a/Forms/MainWindow.ui +++ b/Forms/MainWindow.ui @@ -29,7 +29,7 @@ - PokéFinder 2.2.1 + PokéFinder 2.2.2 diff --git a/PokeFinder.pro b/PokeFinder.pro index d46226bc9..20495266f 100644 --- a/PokeFinder.pro +++ b/PokeFinder.pro @@ -6,7 +6,7 @@ CONFIG += c++1z TARGET = PokeFinder TEMPLATE = app -VERSION = 2.2.0 +VERSION = 2.2.2 QMAKE_TARGET_DESCRIPTION = PokeFinder QMAKE_TARGET_COPYRIGHT = Admiral_Fish