Skip to content

Commit 02e055c

Browse files
committed
Update README
1 parent e3a9166 commit 02e055c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)