Skip to content

Commit 5a70578

Browse files
committed
Update version number for Swift 5.1.2 re-build
1 parent 070397a commit 5a70578

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.jazzy.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module: CaffeineKit
22
author: aaplmath
33

4-
swift_version: 5.0.1
4+
swift_version: 5.1.2
55
min_acl: public
66

77
output: docs
@@ -15,5 +15,5 @@ root_url: https://aaplmath.github.io/CaffeineKit/
1515
copyright: 'Copyright © 2019 aaplmath. CaffeineKit is made available under the [MIT License](https://github.com/aaplmath/CaffeineKit/blob/master/LICENSE).'
1616
theme: apple
1717

18-
github_file_prefix: https://github.com/aaplmath/CaffeineKit/tree/v0.3.0
19-
module_version: 0.3.0
18+
github_file_prefix: https://github.com/aaplmath/CaffeineKit/tree/v0.3.1
19+
module_version: 0.3.1

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode10.2
2+
osx_image: xcode11.2
33
xcode_project: CaffeineKit.xcodeproj
44
xcode_scheme: CaffeineKitPackageTests
55
xcode_destination: platform=macOS

CaffeineKit.xcodeproj/CaffeineKit_Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CaffeineKit.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
HEADER_SEARCH_PATHS = "$(inherited)";
288288
INFOPLIST_FILE = CaffeineKit.xcodeproj/CaffeineKit_Info.plist;
289289
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
290+
MARKETING_VERSION = 0.3.1;
290291
OTHER_CFLAGS = "$(inherited)";
291292
OTHER_LDFLAGS = "$(inherited)";
292293
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -310,6 +311,7 @@
310311
HEADER_SEARCH_PATHS = "$(inherited)";
311312
INFOPLIST_FILE = CaffeineKit.xcodeproj/CaffeineKit_Info.plist;
312313
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
314+
MARKETING_VERSION = 0.3.1;
313315
OTHER_CFLAGS = "$(inherited)";
314316
OTHER_LDFLAGS = "$(inherited)";
315317
OTHER_SWIFT_FLAGS = "$(inherited)";

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:4.0
1+
// swift-tools-version:5.1.2
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)