From df6de3fee7a858a6e50350d6e35688aff03fb10e Mon Sep 17 00:00:00 2001 From: EndrII Date: Sun, 13 Oct 2019 20:35:52 +0300 Subject: [PATCH] fix --- 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 83c3daec..6f26d018 100644 --- a/Deploy/Deploy.pro +++ b/Deploy/Deploy.pro @@ -19,7 +19,7 @@ TEMPLATE = lib DEFINES += DEPLOY_LIBRARY -VERSION = 1.3.0.6 +VERSION = 1.3.0.7 DEFINES += APP_VERSION='\\"$$VERSION\\"' diff --git a/installer b/installer index 87449e7e..8ebbe0e0 160000 --- a/installer +++ b/installer @@ -1 +1 @@ -Subproject commit 87449e7e5c292806d26f0bbe8d711d0f5cd25b5d +Subproject commit 8ebbe0e0e3bd7529655dd54797e863952b386d2a diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 85dc15cc..2b4312f0 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.6' # just for humans, typically '1.2+git' or '1.3.2' +version: '1.3.0.7' # 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.