Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
gottcode committed Apr 21, 2020
1 parent 4bd3b00 commit 81bb321
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.9
-----
* FIXED: Did not load locales with underscores.
* Improved Windows deployment.

1.1.8
-----
* FIXED: Window icon didn't work in Wayland.
Expand Down
2 changes: 1 addition & 1 deletion gottet.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OBJECTS_DIR = build
RCC_DIR = build

# Set program version
VERSION = 1.1.8
VERSION = 1.1.9
DEFINES += VERSIONSTR=\\\"$${VERSION}\\\"

# Set program name
Expand Down
8 changes: 8 additions & 0 deletions icons/gottet.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@
<content_rating type="oars-1.1" />

<releases>
<release version="1.1.9" date="2020-04-20">
<description>
<ul>
<li>FIXED: Did not load locales with underscores</li>
<li>Improved Windows deployment</li>
</ul>
</description>
</release>
<release version="1.1.8" date="2019-08-07">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion mac_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

APP='Gottet'
BUNDLE="$APP.app"
VERSION='1.1.8'
VERSION='1.1.9'

# Remove any previous disk folder or DMG
echo -n 'Preparing... '
Expand Down
2 changes: 1 addition & 1 deletion windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!define APPNAME "Gottet"
!define VERSIONMAJOR 1
!define VERSIONMINOR 1
!define VERSIONPATCH 8
!define VERSIONPATCH 9
!define APPVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}"
!define ABOUTURL "https://gottcode.org/gottet/"

Expand Down
2 changes: 1 addition & 1 deletion windows_deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@ECHO OFF

SET APP=Gottet
SET VERSION=1.1.8
SET VERSION=1.1.9

ECHO Copying executable
MKDIR %APP%
Expand Down

0 comments on commit 81bb321

Please sign in to comment.