From 0007b51e3c18c9333310002779a411dc9d267d54 Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Sun, 21 Jul 2019 12:21:48 +0800 Subject: [PATCH] feat: update version num to 1.0.2 --- QtScrcpy/res/Info_mac.plist | 6 +++--- QtScrcpy/util/version.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/QtScrcpy/res/Info_mac.plist b/QtScrcpy/res/Info_mac.plist index 4bd35d0..d35a470 100644 --- a/QtScrcpy/res/Info_mac.plist +++ b/QtScrcpy/res/Info_mac.plist @@ -13,7 +13,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleSignature CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 101 + 102 Fabric APIKey @@ -69,6 +69,6 @@ SUPublicDSAKeyFile SUScheduledCheckInterval - 101 + 102 diff --git a/QtScrcpy/util/version.h b/QtScrcpy/util/version.h index 8ebdbfe..2e6aea5 100644 --- a/QtScrcpy/util/version.h +++ b/QtScrcpy/util/version.h @@ -5,7 +5,7 @@ #define QTSCRCPY_MAJOR 1 #define QTSCRCPY_MINOR 0 -#define QTSCRCPY_PATCH 1 +#define QTSCRCPY_PATCH 2 #define QTSCRCPY_VERSION_CHK(major, minor, patch) \ (((major)<<16) | ((minor)<<8) | (patch))