Skip to content

Commit

Permalink
Updating ktoml version to 0.4.0 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 committed Jan 9, 2023
1 parent 164815b commit 3e043a2
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 @@ -86,12 +86,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.3.0</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.akuleshov7</groupId>
<artifactId>ktoml-file</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
```
</details>
Expand All @@ -100,17 +100,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.3.0'
implementation 'com.akuleshov7:ktoml-file:0.3.0'
implementation 'com.akuleshov7:ktoml-core:0.4.0'
implementation 'com.akuleshov7:ktoml-file:0.4.0'
```
</details>

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

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

Expand Down

0 comments on commit 3e043a2

Please sign in to comment.