From 79c66d8d52eaf3ed79244459a787572a04207428 Mon Sep 17 00:00:00 2001 From: Miguel Chacon Date: Thu, 7 Dec 2023 15:18:24 +0000 Subject: [PATCH] Update POM version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4949234..a9f7dd7 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,18 @@ A simple library for process ODS files in Java. It allows read/write ODS files. com.github.miachm.sods SODS - 1.6.5 + 1.6.6 ``` ### Gradle Kotlin DSL ```kotlin -implementation("com.github.miachm.sods:SODS:1.6.5") +implementation("com.github.miachm.sods:SODS:1.6.6") ``` ### Gradle Groovy DSL ```groovy -implementation 'com.github.miachm.sods:SODS:1.6.5' +implementation 'com.github.miachm.sods:SODS:1.6.6' ``` -### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.5/jar) +### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.6/jar) ## Docs You can access the javadocs [here](https://miachm.github.io/SODS/)