From 32e98a3be2c4c28794b621add90784b2c40fb181 Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Fri, 20 Dec 2024 14:13:43 -0500 Subject: [PATCH] Bump version to 4.4.0 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdbafbb..dc8a5f8 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:4.3.0") +implementation("io.codemodder:codetf-java:4.4.0") ``` ## Maven diff --git a/pom.xml b/pom.xml index f0826fa..aeeb3c5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.codemodder codetf-java - 4.3.0 + 4.4.0 codetf-java Jackson bindings for the Code Transformation Format (CodeTF)