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 @@ -128,7 +128,7 @@ Swift code.
128128
129129 ``` swift
130130 dependencies: [
131- .package (url : " https://github.com/stephencelis/SQLite.swift.git" , from : " 0.15.3 " )
131+ .package (url : " https://github.com/stephencelis/SQLite.swift.git" , from : " 0.15.4 " )
132132 ]
133133 ```
134134
@@ -152,7 +152,7 @@ install SQLite.swift with Carthage:
152152 2 . Update your Cartfile to include the following:
153153
154154 ``` ruby
155- github " stephencelis/SQLite.swift" ~ > 0.15 .3
155+ github " stephencelis/SQLite.swift" ~ > 0.15 .4
156156 ```
157157
158158 3 . Run ` carthage update` and
@@ -183,7 +183,7 @@ SQLite.swift with CocoaPods:
183183 use_frameworks!
184184
185185 target 'YourAppTargetName' do
186- pod 'SQLite.swift', '~> 0.14 .0'
186+ pod 'SQLite.swift', '~> 0.15 .0'
187187 end
188188 ` ` `
189189
You can’t perform that action at this time.
0 commit comments