From ab6d2c8d048c946f0d0288830998e9ffcbb5b960 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Mon, 25 Jul 2022 22:46:21 -0400 Subject: [PATCH] 0.18.10 --- docz/docs/04-getting-started/03-demos/index.md | 1 - docz/version.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docz/docs/04-getting-started/03-demos/index.md b/docz/docs/04-getting-started/03-demos/index.md index 3648d1be..d3ad4a2a 100644 --- a/docz/docs/04-getting-started/03-demos/index.md +++ b/docz/docs/04-getting-started/03-demos/index.md @@ -47,7 +47,6 @@ The demo projects include small runnable examples and short explainers. - [`Headless Automation`](./headless) - [`Other JavaScript Engines`](https://github.com/SheetJS/SheetJS/tree/master/demos/altjs/) - [`"serverless" functions`](https://github.com/SheetJS/SheetJS/tree/master/demos/function/) -- [`sqlite3`](./database#sqlite) - [`Databases and Structured Data Stores`](./database) - [`NoSQL, K/V, and Unstructured Data Stores`](./nosql) - [`Legacy Internet Explorer`](https://github.com/SheetJS/SheetJS/tree/master/demos/oldie/) diff --git a/docz/version.js b/docz/version.js index a8409aa9..ff0c595a 100644 --- a/docz/version.js +++ b/docz/version.js @@ -1,2 +1,2 @@ -const current = "0.18.9"; +const current = "0.18.10"; export default current;