Skip to content

Commit 159d9d1

Browse files
author
xyj
committed
bump to 0.1.0
1 parent 82a7db1 commit 159d9d1

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

appdelegate/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: com.zjx.appdelegate
22
Name: ZXTouch-appdelegate
3-
Version: 0.0.9
3+
Version: 0.1.0
44
Architecture: iphoneos-arm
55
Description: A component of zxtouch inside apps that works for zxtouch
66
Maintainer: Jason Z

control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: com.zjx.ioscontrol
22
Name: ZXTouch
3-
Version: 0.0.9
3+
Version: 0.1.0
44
Depends: python3, sudo, mobilesubstrate
55
Architecture: iphoneos-arm
66
Description: ZXTouch Main Application
0 Bytes
Binary file not shown.
Binary file not shown.

pccontrol/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: com.zjx.pccontrol
22
Name: ZJXSimulateTouch
33
Depends: mobilesubstrate, firmware(>=11.0)
4-
Version: 0.0.9
4+
Version: 0.1.0
55
Architecture: iphoneos-arm
66
Description: iOS touch simulation library
77
Maintainer: Jason Z

zxtouch-binary/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: com.zjx.zxtouch-binary
22
Name: zxtouch-bin
3-
Version: 0.0.9
3+
Version: 0.1.0
44
Architecture: iphoneos-arm
55
Description: no description
66
Maintainer: Jason Z

zxtouch/zxtouch.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@
11551155
"@executable_path/Frameworks",
11561156
);
11571157
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/zxtouch/lib";
1158-
MARKETING_VERSION = 0.0.9;
1158+
MARKETING_VERSION = 0.1.0;
11591159
PRODUCT_BUNDLE_IDENTIFIER = com.zjx.zxtouch;
11601160
PRODUCT_NAME = "$(TARGET_NAME)";
11611161
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1179,7 +1179,7 @@
11791179
"@executable_path/Frameworks",
11801180
);
11811181
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/zxtouch/lib";
1182-
MARKETING_VERSION = 0.0.9;
1182+
MARKETING_VERSION = 0.1.0;
11831183
PRODUCT_BUNDLE_IDENTIFIER = com.zjx.zxtouch;
11841184
PRODUCT_NAME = "$(TARGET_NAME)";
11851185
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1274,7 +1274,7 @@
12741274
"@executable_path/Frameworks",
12751275
"@executable_path/../../Frameworks",
12761276
);
1277-
MARKETING_VERSION = 0.0.9;
1277+
MARKETING_VERSION = 0.1.0;
12781278
PRODUCT_BUNDLE_IDENTIFIER = com.zjx.zxtouch.shortcutext;
12791279
PRODUCT_NAME = "$(TARGET_NAME)";
12801280
SKIP_INSTALL = YES;
@@ -1297,7 +1297,7 @@
12971297
"@executable_path/Frameworks",
12981298
"@executable_path/../../Frameworks",
12991299
);
1300-
MARKETING_VERSION = 0.0.9;
1300+
MARKETING_VERSION = 0.1.0;
13011301
PRODUCT_BUNDLE_IDENTIFIER = com.zjx.zxtouch.shortcutext;
13021302
PRODUCT_NAME = "$(TARGET_NAME)";
13031303
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)