Skip to content

Commit

Permalink
Bump version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Dec 20, 2024
1 parent 7750f87 commit 32e98a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@

<groupId>io.codemodder</groupId>
<artifactId>codetf-java</artifactId>
<version>4.3.0</version>
<version>4.4.0</version>

<name>codetf-java</name>
<description>Jackson bindings for the Code Transformation Format (CodeTF)</description>
Expand Down

0 comments on commit 32e98a3

Please sign in to comment.