Skip to content

Commit c363103

Browse files
committed
change github url
1 parent 5b5aac7 commit c363103

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

AppStoreManager.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |spec|
22

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

7-
spec.homepage = "https://knottovt.github.io"
7+
spec.homepage = "https://knottx.github.io"
88
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
99
spec.author = { "Visarut Tippun" => "knotto.vt@gmail.com" }
10-
spec.source = { :git => "https://github.com/knottovt/AppStoreManager.git", :tag => "#{spec.version}" }
10+
spec.source = { :git => "https://github.com/knottx/AppStoreManager.git", :tag => "#{spec.version}" }
1111

1212
spec.swift_version = "5.1"
1313
spec.ios.deployment_target = "10.0"

AppStoreManager.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
"@executable_path/Frameworks",
448448
"@loader_path/Frameworks",
449449
);
450-
MARKETING_VERSION = 1.1.0;
450+
MARKETING_VERSION = 1.2.0;
451451
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
452452
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
453453
SKIP_INSTALL = YES;
@@ -477,7 +477,7 @@
477477
"@executable_path/Frameworks",
478478
"@loader_path/Frameworks",
479479
);
480-
MARKETING_VERSION = 1.1.0;
480+
MARKETING_VERSION = 1.2.0;
481481
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
482482
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
483483
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)