From 9c4cd7585a0d4b526e5f05305a3e39eb527c534c Mon Sep 17 00:00:00 2001 From: Ryan Dens Date: Mon, 2 Oct 2023 08:57:06 -0700 Subject: [PATCH] :pencil: update readme to use new version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04337b3..bc2e5f5 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ In Maven: io.github.pixee java-security-toolkit - 1.0.7 + 1.1.0 ``` In Gradle: ```kotlin -implementation("io.github.pixee:java-security-toolkit:1.0.7") +implementation("io.github.pixee:java-security-toolkit:1.1.0") ``` ## Contributing