From 34e06c75c2c5b1f24b82e6816d788301a8592268 Mon Sep 17 00:00:00 2001 From: jonathan zollinger Date: Mon, 25 Mar 2024 15:20:30 -0600 Subject: [PATCH] chore(build): bump version and docs to v0.0.11 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e624435..d6c268a 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,12 @@ gradle projects. com.graqr threshr - 0.0.11-SNAPSHOT + 0.0.11 ``` #### Include as a Gradle dependency ```groovy -compile "com.graqr:threshr:0.0.11-SNAPSHOT" +compile "com.graqr:threshr:0.0.11" ``` #### Environment Variables diff --git a/pom.xml b/pom.xml index c2c9da8..47a967f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.${owner} threshr - 0.0.11-SNAPSHOT + 0.0.11 ${packaging}