Skip to content

Commit

Permalink
Merge pull request #23 from pixee/ryandens/fix-version
Browse files Browse the repository at this point in the history
🔖 fix version
  • Loading branch information
ryandens authored May 16, 2024
2 parents 964870d + f8bc869 commit 78f6bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ To deserialize a CodeTF file using these objects, simply deserialize with Jackso

## Gradle
```kotlin
implementation("io.codemodder:codetf-java:4.1.1")
implementation("io.codemodder:codetf-java:4.1.2")
```

## Maven
```xml
<dependency>
<groupId>io.codemodder</groupId>
<artifactId>codetf-java</artifactId>
<version>4.1.1</version>
<version>4.1.2</version>
</dependency>
```

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.1.1</version>
<version>4.1.2</version>


<name>codetf-java</name>
Expand Down

0 comments on commit 78f6bf0

Please sign in to comment.