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
|
```kotlin
|
||||||
// Gradle Kotlin DSL
|
// Gradle Kotlin DSL
|
||||||
implementation("nl.astraeus:simple-persistence-kotlin:1.1.5")
|
implementation("nl.astraeus:simple-persistence-kotlin:1.1.4")
|
||||||
```
|
```
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
// Gradle Groovy DSL
|
// Gradle Groovy DSL
|
||||||
implementation 'nl.astraeus:simple-persistence-kotlin:1.1.5'
|
implementation 'nl.astraeus:simple-persistence-kotlin:1.1.4'
|
||||||
```
|
```
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
@@ -19,7 +19,7 @@ implementation 'nl.astraeus:simple-persistence-kotlin:1.1.5'
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>nl.astraeus</groupId>
|
<groupId>nl.astraeus</groupId>
|
||||||
<artifactId>simple-persistence-kotlin</artifactId>
|
<artifactId>simple-persistence-kotlin</artifactId>
|
||||||
<version>1.1.5</version>
|
<version>1.1.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user