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.
128
128
129
129
``` swift
130
130
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 " )
132
132
]
133
133
```
134
134
@@ -152,7 +152,7 @@ install SQLite.swift with Carthage:
152
152
2 . Update your Cartfile to include the following:
153
153
154
154
``` ruby
155
- github " stephencelis/SQLite.swift" ~ > 0.15 .3
155
+ github " stephencelis/SQLite.swift" ~ > 0.15 .4
156
156
```
157
157
158
158
3 . Run ` carthage update` and
@@ -183,7 +183,7 @@ SQLite.swift with CocoaPods:
183
183
use_frameworks!
184
184
185
185
target 'YourAppTargetName' do
186
- pod 'SQLite.swift', '~> 0.14 .0'
186
+ pod 'SQLite.swift', '~> 0.15 .0'
187
187
end
188
188
` ` `
189
189
You can’t perform that action at this time.
0 commit comments