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/)