Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Admiral-Fish committed Aug 1, 2018
1 parent dda2590 commit b2894ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Forms/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>463</width>
<width>460</width>
<height>390</height>
</rect>
</property>
Expand All @@ -18,18 +18,18 @@
</property>
<property name="minimumSize">
<size>
<width>463</width>
<width>460</width>
<height>390</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>463</width>
<width>460</width>
<height>390</height>
</size>
</property>
<property name="windowTitle">
<string notr="true">PokéFinder 2.0.1</string>
<string notr="true">PokéFinder 2.1.0</string>
</property>
<property name="windowIcon">
<iconset>
Expand Down Expand Up @@ -251,7 +251,7 @@ QMenu::item::selected {
<rect>
<x>0</x>
<y>0</y>
<width>463</width>
<width>460</width>
<height>20</height>
</rect>
</property>
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.1
VERSION = 2.1.0
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.1.{build}
version: 2.1.0.{build}

environment:
matrix:
Expand Down

0 comments on commit b2894ec

Please sign in to comment.