Skip to content

Commit

Permalink
Require datasette-app-support 0.9
Browse files Browse the repository at this point in the history
For plugin uninstall and upgrade buttons and other plugin directory improvements.

Closes #74
  • Loading branch information
simonw committed Sep 11, 2021
1 parent cac7660 commit b13d8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const SQLITE_HEADER = Buffer.from("53514c69746520666f726d6174203300", "hex");

const minPackageVersions = {
datasette: "0.59a2",
"datasette-app-support": "0.8",
"datasette-app-support": "0.9",
"datasette-vega": "0.6.2",
"datasette-cluster-map": "0.17.1",
"datasette-pretty-json": "0.2.1",
Expand Down

0 comments on commit b13d8bd

Please sign in to comment.