From 15826941f11fee6f2bd210a4f5d5ffc1caf24454 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Tue, 18 Jun 2024 11:07:14 +0200 Subject: [PATCH] change version in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e9f45da..1710bdc 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 github:DavidBruant/ods-xlsx#v0.2.0 +npm i github:DavidBruant/ods-xlsx#v0.3.0 ```