File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Swift code.
135135
136136 ``` swift
137137 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" )
139139 ]
140140 ```
141141
@@ -157,7 +157,7 @@ install SQLite.swift with Carthage:
157157 2 . Update your Cartfile to include the following:
158158
159159 ``` ruby
160- github " stephencelis/SQLite.swift" ~ > 0.12 .0
160+ github " stephencelis/SQLite.swift" ~ > 0.13 .0
161161 ```
162162
163163 3 . Run ` carthage update` and
@@ -189,7 +189,7 @@ SQLite.swift with CocoaPods:
189189 use_frameworks!
190190
191191 target 'YourAppTargetName' do
192- pod 'SQLite.swift', '~> 0.12 .0'
192+ pod 'SQLite.swift', '~> 0.13 .0'
193193 end
194194 ` ` `
195195
You can’t perform that action at this time.
0 commit comments