Skip to content

Commit

Permalink
chore: bump threshr version to 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Zollinger committed Jun 19, 2024
1 parent b4ef7a7 commit 2b96e71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.12</version>
<version>0.0.13</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.12'
implementation group: 'com.graqr', name: 'threshr', version: '0.0.13'
```
</details>

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

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

Expand Down Expand Up @@ -123,4 +123,4 @@ See our [contributing] doc before taking a whack at any [open issues]. Also be s
[testing README]:src\test\groovy\com\graqr\threshr\README.md
[maven central]:https://central.sonatype.com/artifact/com.graqr/threshr/overview
[threshr cli]:https://github.com/Graqr/threshr-cli
[harvester]:https://github.com/Graqr/Harvester
[harvester]:https://github.com/Graqr/Harvester
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.graqr</groupId>
<artifactId>threshr</artifactId>
<version>0.0.13-SNAPSHOT</version>
<version>0.0.13</version>
<packaging>${packaging}</packaging>

<parent>
Expand Down

0 comments on commit 2b96e71

Please sign in to comment.