From 95a20b23c062d3724e1aa32e5b414cc1aefef421 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Wed, 21 May 2025 15:10:25 +0200 Subject: [PATCH] readme version bump --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0985909..4cd018f 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ Small lib to parse/understand .odf files (.odt, .ods) in the browser and node.js ### Install ```sh -npm i https://github.com/odfjs/odfjs.git#v0.20.0 +npm i https://github.com/odfjs/odfjs.git#v0.21.0 ```