diff options
| author | 2017-02-09 04:36:04 -0500 | |
|---|---|---|
| committer | 2017-02-09 04:36:04 -0500 | |
| commit | d9aa870e5d509cc7309ab82dd102a937ab58613a (patch) | |
| tree | d92d03d76b5c390b335f1cfd761f1a0b59ec8496 /Plugins/DbSqlite2/dbsqlite2.json | |
| parent | 68ee4cbcbe424b95969c70346283a9f217f63825 (diff) | |
Imported Upstream version 3.1.1+dfsg1upstream/3.1.1+dfsg1
Diffstat (limited to 'Plugins/DbSqlite2/dbsqlite2.json')
| -rw-r--r-- | Plugins/DbSqlite2/dbsqlite2.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Plugins/DbSqlite2/dbsqlite2.json b/Plugins/DbSqlite2/dbsqlite2.json index 59a17e1..cd9f437 100644 --- a/Plugins/DbSqlite2/dbsqlite2.json +++ b/Plugins/DbSqlite2/dbsqlite2.json @@ -1,7 +1,8 @@ { - "type": "DbPlugin", - "title": "SQLite 2", - "description": "Provides support for SQLite 2.* databases", - "version": 10005, - "author": "SalSoft" + "type": "DbPlugin", + "title": "SQLite 2", + "description": "Provides support for SQLite 2.* databases", + "minAppVersion": 30101, + "version": 10006, + "author": "SalSoft" } |
