From a4a4b6e83b459c68c9e9bd05bd5f4f0d47cc5ce7 Mon Sep 17 00:00:00 2001 From: EndrII Date: Sun, 29 Sep 2019 20:50:53 +0300 Subject: [PATCH] update version to 1.3.0.2 --- Deploy/Deploy.pro | 2 +- installer | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Deploy/Deploy.pro b/Deploy/Deploy.pro index de0a3cf2..69e63305 100644 --- a/Deploy/Deploy.pro +++ b/Deploy/Deploy.pro @@ -19,7 +19,7 @@ TEMPLATE = lib DEFINES += DEPLOY_LIBRARY -VERSION = 1.3.0.1 +VERSION = 1.3.0.2 DEFINES += APP_VERSION='\\"$$VERSION\\"' diff --git a/installer b/installer index f62ebb1d..495bf58d 160000 --- a/installer +++ b/installer @@ -1 +1 @@ -Subproject commit f62ebb1dd18e5d39c126516352a1460c742be0ad +Subproject commit 495bf58dc162f9b2b3b33ab67fff4248856bac1e diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f94fdf73..4ac96bc6 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ # name: cqtdeployer # you probably want to 'snapcraft register ' -version: '1.3.0.1' # just for humans, typically '1.2+git' or '1.3.2' +version: '1.3.0.2' # just for humans, typically '1.2+git' or '1.3.2' summary: deploy your qt projects # 79 char long summary description: | Console app for deploy qt libs.