Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update SQLite version
  • Loading branch information
jberkel committed Oct 15, 2016
commit 89102d79a39e68dee15b5e79554baecd0f823396
2 changes: 1 addition & 1 deletion Documentation/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ By default this will use the most recent version of SQLite without any extras. I

``` ruby
pod 'SQLite.swift/standalone', '~> 0.11.0'
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
```

See the [sqlite3 podspec][sqlite3pod] for more details.
Expand Down