From 0938a97a835dc27dd09fde2307e6cd2e597c1a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Fernandez?= Date: Tue, 16 Sep 2025 16:45:34 +0200 Subject: [PATCH] bump readme version 0.27.0 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ca0dc7c..d946fbc 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.26.0 +npm i https://github.com/odfjs/odfjs.git#v0.27.0 ```