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 12, 2018
1 parent 184dcf6 commit 37f85c9
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 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.10.1/bin/macdeployqt PokeFinder.app -dmg -verbose=2
/usr/local/Cellar/qt/5.11.0/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 1.3.1</string>
<string notr="true">PokéFinder 2.0.0</string>
</property>
<property name="windowIcon">
<iconset>
Expand Down
112 changes: 56 additions & 56 deletions 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 = 1.3.1
VERSION = 2.0.0
QMAKE_TARGET_DESCRIPTION = PokeFinder
QMAKE_TARGET_COPYRIGHT = Admiral_Fish

Expand Down Expand Up @@ -50,44 +50,54 @@ FORMS += \
Forms/Gen3/Eggs3.ui \
Forms/Gen3/GameCubeRTC.ui \
Forms/Gen3/IDs3.ui \
Forms/Gen3/JirachiPattern.ui \
Forms/Gen3/PIDtoIVs.ui \
Forms/Gen3/PokeSpot.ui \
Forms/Gen3/ProfileManager3.ui \
Forms/Gen3/ProfileManager3NewEdit.ui \
Forms/Gen3/SeedToTime3.ui \
Forms/Gen3/Stationary3.ui \
Forms/Gen3/Wild3.ui \
Forms/Gen4/ProfileManager4.ui \
Forms/Gen4/ProfileManager4NewEdit.ui \
Forms/Util/IVtoPID.ui \
Forms/Util/Researcher.ui \
Forms/MainWindow.ui \
Forms/Gen4/Stationary4.ui \
Forms/Gen4/Wild4.ui \
Forms/Gen4/Eggs4.ui \
Forms/Gen4/IDs4.ui \
Forms/Gen4/SeedtoTime4.ui \
Forms/Gen4/SearchCoinFlips.ui \
Forms/Gen4/ProfileManager4.ui \
Forms/Gen4/ProfileManager4NewEdit.ui \
Forms/Gen4/RoamerMap.ui \
Forms/Gen4/SearchCalls.ui \
Forms/Gen3/JirachiPattern.ui
Forms/Gen4/SearchCoinFlips.ui \
Forms/Gen4/SeedtoTime4.ui \
Forms/Gen4/Stationary4.ui \
Forms/Gen4/Wild4.ui \
Forms/Util/IVtoPID.ui \
Forms/Util/Researcher.ui \
Forms/MainWindow.ui

HEADERS += \
Forms/Controls/IVFilter.hpp \
Forms/Controls/QCheckList.hpp \
Forms/Controls/QTextBox.hpp \
Forms/Controls/TableView.hpp \
Forms/Gen3/Eggs3.hpp \
Forms/Gen3/GameCubeRTC.hpp \
Forms/Gen3/IDs3.hpp \
Forms/Gen3/JirachiPattern.hpp \
Forms/Gen3/PIDtoIVs.hpp \
Forms/Gen3/PokeSpot.hpp \
Forms/Gen3/ProfileManager3.hpp \
Forms/Gen3/ProfileManager3NewEdit.hpp \
Forms/Gen3/SeedToTime3.hpp \
Forms/Gen3/Stationary3.hpp \
Forms/Gen3/Wild3.hpp \
Forms/Gen4/Eggs4.hpp \
Forms/Gen4/IDs4.hpp \
Forms/Gen4/ProfileManager4.hpp \
Forms/Gen4/ProfileManager4NewEdit.hpp \
Forms/Gen4/RoamerMap.hpp \
Forms/Gen4/SearchCalls.hpp \
Forms/Gen4/SearchCoinFlips.hpp \
Forms/Gen4/SeedtoTime4.hpp \
Forms/Gen4/Stationary4.hpp \
Forms/Gen4/Wild4.hpp \
Forms/Util/IVtoPID.hpp \
Forms/Util/Researcher.hpp \
Forms/MainWindow.hpp \
Expand All @@ -97,7 +107,12 @@ HEADERS += \
Models/Gen3/Searcher3Model.hpp \
Models/Gen3/Stationary3Model.hpp \
Models/Gen3/Wild3Model.hpp \
Models/Gen4/Egg4Model.hpp \
Models/Gen4/Profile4Model.hpp \
Models/Gen4/Searcher4Model.hpp \
Models/Gen4/SeedtoTime4Model.hpp \
Models/Gen4/Stationary4Model.hpp \
Models/Gen4/Wild4Model.hpp \
Models/ResearcherModel.hpp \
PokeFinderCore/Gen3/Egg3.hpp \
PokeFinderCore/Gen3/EncounterArea3.hpp \
Expand All @@ -106,7 +121,13 @@ HEADERS += \
PokeFinderCore/Gen3/NatureLock.hpp \
PokeFinderCore/Gen3/Profile3.hpp \
PokeFinderCore/Gen3/Searcher3.hpp \
PokeFinderCore/Gen4/Egg4.hpp \
PokeFinderCore/Gen4/EncounterArea4.hpp \
PokeFinderCore/Gen4/Frame4.hpp \
PokeFinderCore/Gen4/Generator4.hpp \
PokeFinderCore/Gen4/HGSSRoamer.hpp \
PokeFinderCore/Gen4/Profile4.hpp \
PokeFinderCore/Gen4/Searcher4.hpp \
PokeFinderCore/Objects/Egg.hpp \
PokeFinderCore/Objects/Encounter.hpp \
PokeFinderCore/Objects/EncounterArea.hpp \
Expand All @@ -132,46 +153,35 @@ HEADERS += \
PokeFinderCore/RNG/SFMT.hpp \
PokeFinderCore/RNG/TinyMT.hpp \
PokeFinderCore/Translator.hpp \
Util/ResearcherFrame.hpp \
PokeFinderCore/Gen4/Frame4.hpp \
PokeFinderCore/Gen4/Generator4.hpp \
Models/Gen4/Stationary4Model.hpp \
Forms/Gen4/Stationary4.hpp \
Forms/Gen4/Wild4.hpp \
Forms/Gen4/Eggs4.hpp \
Forms/Gen4/IDs4.hpp \
Models/Gen4/Wild4Model.hpp \
PokeFinderCore/Gen4/Searcher4.hpp \
Models/Gen4/Searcher4Model.hpp \
Forms/Gen4/SeedtoTime4.hpp \
Models/Gen4/SeedtoTime4Model.hpp \
Util/DateTime.hpp \
Forms/Gen4/SearchCoinFlips.hpp \
Forms/Gen4/RoamerMap.hpp \
PokeFinderCore/Gen4/EncounterArea4.hpp \
PokeFinderCore/Gen4/Egg4.hpp \
Models/Gen4/Egg4Model.hpp \
PokeFinderCore/Gen4/HGSSRoamer.hpp \
Forms/Gen4/SearchCalls.hpp \
Forms/Controls/TableView.hpp \
Forms/Gen3/JirachiPattern.hpp
Util/ResearcherFrame.hpp

SOURCES += \
Forms/Controls/IVFilter.cpp \
Forms/Controls/QCheckList.cpp \
Forms/Controls/QTextBox.cpp \
Forms/Controls/TableView.cpp \
Forms/Gen3/Eggs3.cpp \
Forms/Gen3/GameCubeRTC.cpp \
Forms/Gen3/IDs3.cpp \
Forms/Gen3/JirachiPattern.cpp \
Forms/Gen3/PIDtoIVs.cpp \
Forms/Gen3/PokeSpot.cpp \
Forms/Gen3/ProfileManager3.cpp \
Forms/Gen3/ProfileManager3NewEdit.cpp \
Forms/Gen3/SeedToTime3.cpp \
Forms/Gen3/Stationary3.cpp \
Forms/Gen3/Wild3.cpp \
Forms/Gen4/Eggs4.cpp \
Forms/Gen4/IDs4.cpp \
Forms/Gen4/ProfileManager4.cpp \
Forms/Gen4/ProfileManager4NewEdit.cpp \
Forms/Gen4/RoamerMap.cpp \
Forms/Gen4/SearchCalls.cpp \
Forms/Gen4/SearchCoinFlips.cpp \
Forms/Gen4/SeedtoTime4.cpp \
Forms/Gen4/Stationary4.cpp \
Forms/Gen4/Wild4.cpp \
Forms/Util/IVtoPID.cpp \
Forms/Util/Researcher.cpp \
Forms/MainWindow.cpp \
Expand All @@ -181,7 +191,12 @@ SOURCES += \
Models/Gen3/Searcher3Model.cpp \
Models/Gen3/Stationary3Model.cpp \
Models/Gen3/Wild3Model.cpp \
Models/Gen4/Egg4Model.cpp \
Models/Gen4/Profile4Model.cpp \
Models/Gen4/Searcher4Model.cpp \
Models/Gen4/SeedtoTime4Model.cpp \
Models/Gen4/Stationary4Model.cpp \
Models/Gen4/Wild4Model.cpp \
Models/ResearcherModel.cpp \
PokeFinderCore/Gen3/Egg3.cpp \
PokeFinderCore/Gen3/EncounterArea3.cpp \
Expand All @@ -190,7 +205,13 @@ SOURCES += \
PokeFinderCore/Gen3/NatureLock.cpp \
PokeFinderCore/Gen3/Profile3.cpp \
PokeFinderCore/Gen3/Searcher3.cpp \
PokeFinderCore/Gen4/Egg4.cpp \
PokeFinderCore/Gen4/EncounterArea4.cpp \
PokeFinderCore/Gen4/Frame4.cpp \
PokeFinderCore/Gen4/Generator4.cpp \
PokeFinderCore/Gen4/HGSSRoamer.cpp \
PokeFinderCore/Gen4/Profile4.cpp \
PokeFinderCore/Gen4/Searcher4.cpp \
PokeFinderCore/Objects/EncounterArea.cpp \
PokeFinderCore/Objects/EncounterSlot.cpp \
PokeFinderCore/Objects/Frame.cpp \
Expand All @@ -207,27 +228,6 @@ SOURCES += \
PokeFinderCore/RNG/SFMT.cpp \
PokeFinderCore/RNG/TinyMT.cpp \
PokeFinderCore/Translator.cpp \
Util/ResearcherFrame.cpp \
main.cpp \
PokeFinderCore/Gen4/Frame4.cpp \
PokeFinderCore/Gen4/Generator4.cpp \
Models/Gen4/Stationary4Model.cpp \
Forms/Gen4/Stationary4.cpp \
Forms/Gen4/Wild4.cpp \
Forms/Gen4/Eggs4.cpp \
Forms/Gen4/IDs4.cpp \
Models/Gen4/Wild4Model.cpp \
PokeFinderCore/Gen4/Searcher4.cpp \
Models/Gen4/Searcher4Model.cpp \
Forms/Gen4/SeedtoTime4.cpp \
Models/Gen4/SeedtoTime4Model.cpp \
Util/DateTime.cpp \
Forms/Gen4/SearchCoinFlips.cpp \
Forms/Gen4/RoamerMap.cpp \
PokeFinderCore/Gen4/EncounterArea4.cpp \
PokeFinderCore/Gen4/Egg4.cpp \
Models/Gen4/Egg4Model.cpp \
PokeFinderCore/Gen4/HGSSRoamer.cpp \
Forms/Gen4/SearchCalls.cpp \
Forms/Controls/TableView.cpp \
Forms/Gen3/JirachiPattern.cpp
Util/ResearcherFrame.cpp \
main.cpp

0 comments on commit 37f85c9

Please sign in to comment.