Skip to content

Commit ae7b879

Browse files
committed
0.9.1
- Fixes CocoaPods/Carthage installation issues around the module map path. - Fixes CocoaPods-related warning. - Re-enables use with app extension APIs. - Updates OS X deployment target. Signed-off-by: Stephen Celis <[email protected]>
1 parent c717ce1 commit ae7b879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎SQLite.swift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Pod::Spec.new do |s|
77
s.name = "SQLite.swift"
8-
s.version = "0.9.0"
8+
s.version = "0.9.1"
99
s.summary = "A type-safe, Swift-language layer over SQLite3 for iOS and OS X."
1010

1111
s.description = <<-DESC

‎SQLite/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.9.0</string>
18+
<string>0.9.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)