Skip to content

Commit

Permalink
Update README.md and fixed jitpack building
Browse files Browse the repository at this point in the history
  • Loading branch information
cattyngmd authored Dec 3, 2024
1 parent a69f683 commit 32be212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ maven { url "https://jitpack.io" }

And then add CatFormat as a dependency:
```gradle
implementation("com.github.cattyngmd.catformat:catformat-core:1.0.1")
implementation("com.github.cattyngmd.catformat:catformat-core:1.0.2")
```
Or if you use fabric
```gradle
modImplementation("com.github.cattyngmd.catformat:catformat-fabric:1.0.1")
modImplementation("com.github.cattyngmd.catformat:catformat-fabric:1.0.2")
```

## Example
Expand Down

0 comments on commit 32be212

Please sign in to comment.