From 5003ebec63d0b7e288d1b159cf4f066064eada0e Mon Sep 17 00:00:00 2001 From: gastendonk <31237274+gastendonk@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:14:31 +0200 Subject: [PATCH] 3.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1ed23d7..776ebfe8 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ Jxls uses a special markup in Excel templates to define output formatting and da org.jxls jxls-poi - 3.0.0-beta1 + 3.0.0 ``` **Gradle** ``` -implementation 'org.jxls:jxls-poi:3.0.0-beta1' +implementation 'org.jxls:jxls-poi:3.0.0' ``` See [Getting started guide](http://jxls.sourceforge.net/getting-started.html).