We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35d3067 + 8dbbf80 commit 8ce3694Copy full SHA for 8ce3694
SQLite.swift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SQLite.swift"
3
- s.version = "0.12.0"
+ s.version = "0.12.1"
4
s.summary = "A type-safe, Swift-language layer over SQLite3 for iOS and macOS."
5
6
s.description = <<-DESC
Sources/SQLite/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>0.12.0</string>
+ <string>0.12.1</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments