Skip to content

Commit 2d7bfe6

Browse files
committed
1.3.0
1 parent 0240443 commit 2d7bfe6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AppStoreManager.podspec

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

33
spec.name = "AppStoreManager"
4-
spec.version = "1.2.0"
4+
spec.version = "1.3.0"
55
spec.summary = "A new version checking framework in Swift."
66

77
spec.homepage = "https://knottx.github.io"

AppStoreManager.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
"@executable_path/Frameworks",
382382
"@loader_path/Frameworks",
383383
);
384-
MARKETING_VERSION = 1.2.0;
384+
MARKETING_VERSION = 1.3.0;
385385
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
386386
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
387387
SKIP_INSTALL = YES;
@@ -410,7 +410,7 @@
410410
"@executable_path/Frameworks",
411411
"@loader_path/Frameworks",
412412
);
413-
MARKETING_VERSION = 1.2.0;
413+
MARKETING_VERSION = 1.3.0;
414414
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
415415
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
416416
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)