From c04f403cb812d8b61090891e6e52e8f60917077e Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Thu, 7 Mar 2024 10:35:18 -0500 Subject: [PATCH] Bump version to 3.0.1 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a16c722..4609105 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To deserialize a CodeTF file using these objects, simply deserialize with Jackso ## Gradle ```kotlin -implementation("io.codemodder:codetf-java:3.0.0") +implementation("io.codemodder:codetf-java:3.0.1") ``` ## Maven @@ -25,7 +25,7 @@ implementation("io.codemodder:codetf-java:3.0.0") io.codemodder codetf-java - 3.0.0 + 3.0.1 ``` diff --git a/pom.xml b/pom.xml index 32bd547..bf374be 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.codemodder codetf-java - 3.0.0 + 3.0.1 codetf-java