Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Admiral-Fish committed Jun 23, 2018
1 parent b49568d commit e4a3a9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ if [ $TRAVIS_OS_NAME = linux ]; then
else
mkdir PokeFinder.app/Contents/MacOS/Languages
cp Languages/*.qm PokeFinder.app/Contents/MacOS/Languages
/usr/local/Cellar/qt/5.11.0/bin/macdeployqt PokeFinder.app -dmg -verbose=2
/usr/local/Cellar/qt/5.11.1/bin/macdeployqt PokeFinder.app -dmg -verbose=2
zip -r PokeFinder-macOS.zip PokeFinder.dmg
fi
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.0.0</string>
<string notr="true">PokéFinder 2.0.1</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 @@ -12,7 +12,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = PokeFinder
TEMPLATE = app
VERSION = 2.0.0
VERSION = 2.0.1
QMAKE_TARGET_DESCRIPTION = PokeFinder
QMAKE_TARGET_COPYRIGHT = Admiral_Fish

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0.0.{build}
version: 2.0.1.{build}

environment:
matrix:
Expand Down

0 comments on commit e4a3a9e

Please sign in to comment.