Skip to content

Commit d27a078

Browse files
committed
Update version
1 parent 368c873 commit d27a078

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)