Skip to content

Commit 29c2faf

Browse files
committed
Bump to 0.10.0
Signed-off-by: Stephen Celis <[email protected]>
1 parent fb15120 commit 29c2faf

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

‎Documentation/Index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ install SQLite.swift with Carthage:
7878
2. Update your Cartfile to include the following:
7979

8080
```
81-
"stephencelis/SQLite.swift" ~> 0.9.2
81+
"stephencelis/SQLite.swift" ~> 0.10.0
8282
```
8383
8484
3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
@@ -106,7 +106,7 @@ install SQLite.swift with Carthage:
106106
``` ruby
107107
use_frameworks!
108108
109-
pod 'SQLite.swift', '~> 0.9.2'
109+
pod 'SQLite.swift', '~> 0.10.0'
110110
```
111111
112112
3. Run `pod install`.

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ install SQLite.swift with Carthage:
127127
2. Update your Cartfile to include the following:
128128

129129
```
130-
"stephencelis/SQLite.swift" ~> 0.9.2
130+
"stephencelis/SQLite.swift" ~> 0.10.0
131131
```
132132
133133
3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
@@ -157,7 +157,7 @@ SQLite.swift with CocoaPods:
157157
``` ruby
158158
use_frameworks!
159159
160-
pod 'SQLite.swift', '~> 0.9.2'
160+
pod 'SQLite.swift', '~> 0.10.0'
161161
```
162162
163163
3. Run `pod install`.

‎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.2"
8+
s.version = "0.10.0"
99
s.summary = "A type-safe, Swift-language layer over SQLite3 for iOS and OS X."
1010

1111
s.description = <<-DESC

‎SQLite.xcodeproj/project.pbxproj

+1
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,7 @@
12111211
A121AC4B1CA35C79005A31D1 /* Release */,
12121212
);
12131213
defaultConfigurationIsVisible = 0;
1214+
defaultConfigurationName = Release;
12141215
};
12151216
EE247ACD1C3F04ED00AE3E12 /* Build configuration list for PBXProject "SQLite" */ = {
12161217
isa = XCConfigurationList;

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

0 commit comments

Comments
 (0)