Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Admiral-Fish committed Oct 24, 2019
1 parent 29e2645 commit 057cd0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:
- make -j $(sysctl -n hw.physicalcpu)

before_deploy:
- /usr/local/Cellar/qt/5.13.0/bin/macdeployqt PokeFinder.app -dmg -verbose=2
- /usr/local/Cellar/qt/5.13.1/bin/macdeployqt PokeFinder.app -dmg -verbose=2
- zip -r PokeFinder-macOS.zip PokeFinder.dmg

deploy:
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 lrelease embed_translations

TARGET = PokeFinder
TEMPLATE = app
VERSION = 2.4.1
VERSION = 2.4.2
GIT_VERSION = $$system(git rev-parse HEAD)
GIT_BRANCH = $$system(git rev-parse --abbrev-ref HEAD)
QMAKE_TARGET_DESCRIPTION = PokeFinder
Expand Down
1 change: 0 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ int main(int argc, char *argv[])
a.setOrganizationName("PokeFinder Team");

QSettings setting;
if (setting.contains("style")) setting.clear();

QString style = setting.value("settings/style", "dark").toString();
if (style == "dark")
Expand Down

0 comments on commit 057cd0a

Please sign in to comment.