Skip to content

Commit

Permalink
chore(build): bump version and docs to v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Zollinger committed Mar 25, 2024
1 parent 0f2277d commit 34e06c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ gradle projects.
<dependency>
<groupId>com.graqr</groupId>
<artifactId>threshr</artifactId>
<version>0.0.11-SNAPSHOT</version>
<version>0.0.11</version>
</dependency>
```
#### Include as a Gradle dependency
```groovy
compile "com.graqr:threshr:0.0.11-SNAPSHOT"
compile "com.graqr:threshr:0.0.11"
```

#### Environment Variables
Expand Down
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.${owner}</groupId>
<artifactId>threshr</artifactId>
<version>0.0.11-SNAPSHOT</version>
<version>0.0.11</version>
<packaging>${packaging}</packaging>

<parent>
Expand Down

0 comments on commit 34e06c7

Please sign in to comment.