Skip to content

Commit

Permalink
docs: bump package version used in readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Zollinger committed Jun 27, 2024
1 parent 2701b90 commit ca15e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Threshr is available to jvm projects via [maven central].
<dependency>
<groupId>com.graqr</groupId>
<artifactId>threshr</artifactId>
<version>0.0.13</version>
<version>0.0.14-SNAPSHOT</version>
</dependency>
```

Expand All @@ -64,14 +64,14 @@ Threshr is available to jvm projects via [maven central].
<details><summary>Gradle</summary>

```groovy
implementation group: 'com.graqr', name: 'threshr', version: '0.0.13'
implementation group: 'com.graqr', name: 'threshr', version: '0.0.14-SNAPSHOT'
```
</details>

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

```kotlin
implementation("com.graqr:threshr:0.0.13")
implementation("com.graqr:threshr:0.0.14-SNAPSHOT")
```
</details>

Expand Down

0 comments on commit ca15e36

Please sign in to comment.