Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Admiral-Fish committed Feb 13, 2019
1 parent b6b209a commit 20bc267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Forms/MainWindow.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Forms/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</size>
</property>
<property name="windowTitle">
<string notr="true">PokéFinder 2.2.1</string>
<string notr="true">PokéFinder 2.2.2</string>
</property>
<property name="windowIcon">
<iconset>
Expand Down
2 changes: 1 addition & 1 deletion PokeFinder.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 20bc267

Please sign in to comment.