Skip to content

Commit 89102d7

Browse files
committed
Update SQLite version
1 parent f160b86 commit 89102d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ By default this will use the most recent version of SQLite without any extras. I
126126

127127
``` ruby
128128
pod 'SQLite.swift/standalone', '~> 0.11.0'
129-
pod 'sqlite3/fts5', '= 3.11.1' # SQLite 3.11.1 with FTS5 enabled
129+
pod 'sqlite3/fts5', '= 3.15.0' # SQLite 3.15.0 with FTS5 enabled
130130
```
131131

132132
See the [sqlite3 podspec][sqlite3pod] for more details.

0 commit comments

Comments
 (0)