From ecd9f1c4e1d44682f97a737a6f4a5afaf65d81a7 Mon Sep 17 00:00:00 2001 From: Fanny Cheung Date: Tue, 16 Jul 2024 17:14:12 +0200 Subject: [PATCH] Update to version 0.7.0 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e394573..c99243e 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.6.0 +npm i https://github.com/DavidBruant/ods-xlsx.git#v0.7.0 ```