Skip to content

Commit a665ac1

Browse files
committed
1.3.1
1 parent 2d7bfe6 commit a665ac1

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.0"
4+
spec.version = "1.3.1"
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.3.0;
384+
MARKETING_VERSION = 1.3.1;
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.3.0;
413+
MARKETING_VERSION = 1.3.1;
414414
PRODUCT_BUNDLE_IDENTIFIER = com.knottx.AppStoreManager;
415415
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
416416
SKIP_INSTALL = YES;

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "AppStoreManager",
66
platforms: [
7-
.iOS(.v8)
7+
.iOS(.v10)
88
],
99
products: [
1010
// Products define the executables and libraries a package produces, and make them visible to other packages.
@@ -26,4 +26,4 @@ let package = Package(
2626
name: "AppStoreManagerTests",
2727
dependencies: ["AppStoreManager"]),
2828
]
29-
)
29+
)

0 commit comments

Comments
 (0)