From 63440d96fba825ea2831b7f7f07730a0c5626fa1 Mon Sep 17 00:00:00 2001 From: Keshav Bhatt Date: Thu, 26 Jan 2023 20:31:21 +0530 Subject: feat: bump version 4.11 --- snap/snapcraft.yaml | 1 + src/WhatsApp.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 67c1d1a..0e0f1b5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -54,6 +54,7 @@ apps: - hardware-observe # to assist geoclue & qtpositioning - network-observe # to assist geoclue & qtpositioning - network-bind # to assist geoclue & qtpositioning + - mount-observe plugs: gsettings: diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro index 3dc1f41..86d04de 100644 --- a/src/WhatsApp.pro +++ b/src/WhatsApp.pro @@ -50,7 +50,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.10 +VERSION = 4.11 DEFINES += VERSIONSTR=\\\"$${VERSION}\\\" # You can also make your code fail to compile if you use deprecated APIs. -- cgit v1.2.3