We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a9166 commit 02e055cCopy full SHA for 02e055c
README.md
@@ -128,7 +128,7 @@ Swift code.
128
129
```swift
130
dependencies: [
131
- .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.15.3")
+ .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.15.4")
132
]
133
```
134
@@ -152,7 +152,7 @@ install SQLite.swift with Carthage:
152
2. Update your Cartfile to include the following:
153
154
```ruby
155
- github "stephencelis/SQLite.swift" ~> 0.15.3
+ github "stephencelis/SQLite.swift" ~> 0.15.4
156
157
158
3. Run `carthage update` and
@@ -183,7 +183,7 @@ SQLite.swift with CocoaPods:
183
use_frameworks!
184
185
target 'YourAppTargetName' do
186
- pod 'SQLite.swift', '~> 0.14.0'
+ pod 'SQLite.swift', '~> 0.15.0'
187
end
188
189
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments