Revert README.md to reference version 1.1.4
This commit is contained in:
@@ -6,12 +6,12 @@ A lightweight, file-based persistence library for Kotlin applications that provi
|
||||
|
||||
```kotlin
|
||||
// Gradle Kotlin DSL
|
||||
implementation("nl.astraeus:simple-persistence-kotlin:1.1.5")
|
||||
implementation("nl.astraeus:simple-persistence-kotlin:1.1.4")
|
||||
```
|
||||
|
||||
```groovy
|
||||
// Gradle Groovy DSL
|
||||
implementation 'nl.astraeus:simple-persistence-kotlin:1.1.5'
|
||||
implementation 'nl.astraeus:simple-persistence-kotlin:1.1.4'
|
||||
```
|
||||
|
||||
```xml
|
||||
@@ -19,7 +19,7 @@ implementation 'nl.astraeus:simple-persistence-kotlin:1.1.5'
|
||||
<dependency>
|
||||
<groupId>nl.astraeus</groupId>
|
||||
<artifactId>simple-persistence-kotlin</artifactId>
|
||||
<version>1.1.5</version>
|
||||
<version>1.1.4</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user