From ed065d1302ff4b42030d4814e4753b0298e83c59 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Wed, 23 Oct 2024 21:07:46 +0200 Subject: [PATCH] version 0.10 in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 76b0b80..39cdd73 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Small lib to parse/understand .ods and .xsls files in the browser and node.js ### Install ```sh -npm i https://github.com/DavidBruant/ods-xlsx.git#v0.9.0 +npm i https://github.com/DavidBruant/ods-xlsx.git#v0.10.0 ```