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))