Skip to content

Commit b3df452

Browse files
authored
Merge pull request #53 from AkkeyLab/feature/version-up
🆕 Version up lib
2 parents 733e39d + f61e1a5 commit b3df452

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

RxScreenProtectKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxScreenProtectKit'
3-
s.version = '0.2.12'
3+
s.version = '0.2.13'
44
s.summary = 'Protect the screen from recording'
55

66
s.homepage = 'https://github.com/AkkeyLab/RxScreenProtectKit'

RxScreenProtectKit.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@
649649
"@executable_path/Frameworks",
650650
"@loader_path/Frameworks",
651651
);
652-
MARKETING_VERSION = 0.2.12;
652+
MARKETING_VERSION = 0.2.13;
653653
PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKit;
654654
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
655655
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -685,7 +685,7 @@
685685
"@executable_path/Frameworks",
686686
"@loader_path/Frameworks",
687687
);
688-
MARKETING_VERSION = 0.2.12;
688+
MARKETING_VERSION = 0.2.13;
689689
PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKit;
690690
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
691691
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -742,7 +742,7 @@
742742
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
743743
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
744744
CODE_SIGN_STYLE = Automatic;
745-
CURRENT_PROJECT_VERSION = 1.1.12.0;
745+
CURRENT_PROJECT_VERSION = 1.1.13.0;
746746
DEVELOPMENT_TEAM = Y6Y8U7YGDU;
747747
FRAMEWORK_SEARCH_PATHS = (
748748
"$(inherited)",
@@ -754,7 +754,7 @@
754754
"$(inherited)",
755755
"@executable_path/Frameworks",
756756
);
757-
MARKETING_VERSION = 1.1.12;
757+
MARKETING_VERSION = 1.1.13;
758758
PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKitExample;
759759
PRODUCT_NAME = "$(TARGET_NAME)";
760760
SWIFT_VERSION = 5.0;
@@ -769,7 +769,7 @@
769769
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
770770
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
771771
CODE_SIGN_STYLE = Automatic;
772-
CURRENT_PROJECT_VERSION = 1.1.12.0;
772+
CURRENT_PROJECT_VERSION = 1.1.13.0;
773773
DEVELOPMENT_TEAM = Y6Y8U7YGDU;
774774
FRAMEWORK_SEARCH_PATHS = (
775775
"$(inherited)",
@@ -781,7 +781,7 @@
781781
"$(inherited)",
782782
"@executable_path/Frameworks",
783783
);
784-
MARKETING_VERSION = 1.1.12;
784+
MARKETING_VERSION = 1.1.13;
785785
PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKitExample;
786786
PRODUCT_NAME = "$(TARGET_NAME)";
787787
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)