Skip to content

Commit

Permalink
Releasing 0.2.8 version and updating readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 authored Nov 28, 2021
1 parent 9d82e57 commit 7b56e4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ To import `ktoml` library you need to add following dependencies to your code:
<dependency>
<groupId>com.akuleshov7</groupId>
<artifactId>ktoml-core</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
<dependency>
<groupId>com.akuleshov7</groupId>
<artifactId>ktoml-file</artifactId>
<version>0.2.7</version>
<version>0.2.8</version>
</dependency>
```
</details>
Expand All @@ -88,17 +88,17 @@ To import `ktoml` library you need to add following dependencies to your code:
<summary>Gradle Groovy</summary>

```groovy
implementation 'com.akuleshov7:ktoml-core:0.2.7'
implementation 'com.akuleshov7:ktoml-file:0.2.7'
implementation 'com.akuleshov7:ktoml-core:0.2.8'
implementation 'com.akuleshov7:ktoml-file:0.2.8'
```
</details>

<details>
<summary>Gradle Kotlin</summary>

```kotlin
implementation("com.akuleshov7:ktoml-core:0.2.7")
implementation("com.akuleshov7:ktoml-file:0.2.7")
implementation("com.akuleshov7:ktoml-core:0.2.8")
implementation("com.akuleshov7:ktoml-file:0.2.8")
```
</details>

Expand Down

0 comments on commit 7b56e4d

Please sign in to comment.