Skip to content

Commit c6d299c

Browse files
committed
Version 1.3.10
1 parent c55f47d commit c6d299c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DrawerView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "DrawerView"
19-
spec.version = "1.3.9"
19+
spec.version = "1.3.10"
2020
spec.summary = "An iOS 10 Maps.app style drawer to be used anywhere in your app"
2121

2222

DrawerView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
"@executable_path/Frameworks",
389389
"@loader_path/Frameworks",
390390
);
391-
MARKETING_VERSION = 1.3.9;
391+
MARKETING_VERSION = 1.3.10;
392392
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
393393
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
394394
PRODUCT_BUNDLE_IDENTIFIER = com.mikkovalimaki.DrawerView;
@@ -419,7 +419,7 @@
419419
"@executable_path/Frameworks",
420420
"@loader_path/Frameworks",
421421
);
422-
MARKETING_VERSION = 1.3.9;
422+
MARKETING_VERSION = 1.3.10;
423423
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
424424
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
425425
PRODUCT_BUNDLE_IDENTIFIER = com.mikkovalimaki.DrawerView;

0 commit comments

Comments
 (0)