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 f160b86 commit 89102d7Copy full SHA for 89102d7
Documentation/Index.md
@@ -126,7 +126,7 @@ By default this will use the most recent version of SQLite without any extras. I
126
127
``` ruby
128
pod 'SQLite.swift/standalone', '~> 0.11.0'
129
- pod 'sqlite3/fts5', '= 3.11.1' # SQLite 3.11.1 with FTS5 enabled
+ pod 'sqlite3/fts5', '= 3.15.0' # SQLite 3.15.0 with FTS5 enabled
130
```
131
132
See the [sqlite3 podspec][sqlite3pod] for more details.
0 commit comments