From 73f620dd9862b4579db4d34f8dcf51cff1f97cbe Mon Sep 17 00:00:00 2001 From: miachm Date: Fri, 22 Dec 2023 04:31:29 +0000 Subject: [PATCH] Update POM version --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9f7dd7..b6bbc54 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.6 + 1.6.7 ``` ### Gradle Kotlin DSL ```kotlin -implementation("com.github.miachm.sods:SODS:1.6.6") +implementation("com.github.miachm.sods:SODS:1.6.7") ``` ### Gradle Groovy DSL ```groovy -implementation 'com.github.miachm.sods:SODS:1.6.6' +implementation 'com.github.miachm.sods:SODS:1.6.7' ``` -### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.6/jar) +### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.7/jar) ## Docs You can access the javadocs [here](https://miachm.github.io/SODS/) diff --git a/pom.xml b/pom.xml index 59309c9..13aa41c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.miachm.sods SODS jar - 1.6.6 + 1.6.7 Simple ODS library A library for load/save ODS files in java.