File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Swift code.
135
135
136
136
``` swift
137
137
dependencies: [
138
- .package (url : " https://github.com/stephencelis/SQLite.swift.git" , from : " 0.12 .0" )
138
+ .package (url : " https://github.com/stephencelis/SQLite.swift.git" , from : " 0.13 .0" )
139
139
]
140
140
```
141
141
@@ -157,7 +157,7 @@ install SQLite.swift with Carthage:
157
157
2 . Update your Cartfile to include the following:
158
158
159
159
``` ruby
160
- github " stephencelis/SQLite.swift" ~ > 0.12 .0
160
+ github " stephencelis/SQLite.swift" ~ > 0.13 .0
161
161
```
162
162
163
163
3 . Run ` carthage update` and
@@ -189,7 +189,7 @@ SQLite.swift with CocoaPods:
189
189
use_frameworks!
190
190
191
191
target 'YourAppTargetName' do
192
- pod 'SQLite.swift', '~> 0.12 .0'
192
+ pod 'SQLite.swift', '~> 0.13 .0'
193
193
end
194
194
` ` `
195
195
You can’t perform that action at this time.
0 commit comments