Skip to content

Commit

Permalink
Update META.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mochizk authored Oct 1, 2019
1 parent cff5412 commit 8985e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "sqlite_fdw",
"abstract": "Foreign Data Wrapper for SQLite databases",
"description": "PostgreSQL extension which implements a Foreign Data Wrapper (FDW) for SQLite databases.",
"version": "1.1.0",
"version": "1.2.0",
"maintainer": "mochizk",
"license": "postgresql",
"provides": {
"sqlite_fdw": {
"abstract": "Foreign Data Wrapper for SQLite databases",
"file": "sqlite_fdw.c",
"docfile": "README.md",
"version": "1.1.0"
"version": "1.2.0"
}
},
"prereqs": {
Expand Down

0 comments on commit 8985e74

Please sign in to comment.