aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snap/snapcraft.yaml2
-rw-r--r--src/WhatsApp.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 18ce536..aee4050 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: whatsie
-version: '4.0'
+version: '4.1'
summary: Qt Based WhatsApp Client
description: |
Fast Light weight WhatsApp Client based on Qt's WebEngine, With lots of settings and packed goodies.
diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro
index 9bff312..a6aca88 100644
--- a/src/WhatsApp.pro
+++ b/src/WhatsApp.pro
@@ -42,7 +42,7 @@ BUILD_TIMESTAMP="\\\"$$system(date -u +\""%Y-%m-%dT%H:%M:%SUTC\"")\\\""
DEFINES += GIT_HASH=$$GIT_HASH GIT_BRANCH=$$GIT_BRANCH BUILD_TIMESTAMP=$$BUILD_TIMESTAMP
# Set program version
-VERSION = 4.0
+VERSION = 4.1
DEFINES += VERSIONSTR=\\\"$${VERSION}\\\"
# You can also make your code fail to compile if you use deprecated APIs.