Skip to content

Commit

Permalink
- Fix Version Semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Zombii committed Apr 15, 2024
1 parent 15cdc39 commit 17b1798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mod Properties
id = fluxapi
version = 0.5.8r3
version = 0.5.8-r4
flux_desc = The central modding API for Cosmic Reach Fabric/Quilt

group = dev.crmodders
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

Step 2: Add Flux to your dependencies using the text below
```
implementation "dev.crmodders:fluxapi:0.5.8r3"
implementation "dev.crmodders:fluxapi:0.5.8-r4"
```

### Dev Commands (for contributors)
Expand Down

0 comments on commit 17b1798

Please sign in to comment.