This commit is contained in:
SheetJS 2022-07-25 22:46:21 -04:00
parent e2c377d208
commit ab6d2c8d04
2 changed files with 1 additions and 2 deletions

@ -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/)

@ -1,2 +1,2 @@
const current = "0.18.9";
const current = "0.18.10";
export default current;