From c937294fdc4bb154215af39f9cdb62b70ca2f6e5 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Mon, 7 Apr 2025 11:01:03 +0200 Subject: [PATCH] bump version in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2b3b29e..e18e64e 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,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.11.0 +npm i https://github.com/DavidBruant/ods-xlsx.git#v0.12.0 ```