Skip to content

Commit 5a69ef2

Browse files
Bump version
1 parent 175fb55 commit 5a69ef2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ To do that you can use `include` for fabric and the shadow gradle plugin for pap
3838
```groovy
3939
dependencies {
4040
// For fabric
41-
include modImplementation("top.offsetmonkey538.meshlib:mesh-lib-fabric:1.0.3+1.21.4")
41+
include modImplementation("top.offsetmonkey538.meshlib:mesh-lib-fabric:1.0.4+1.21.4")
4242
4343
// For paper
44-
implementation "top.offsetmonkey538.meshlib:mesh-lib-paper:1.0.3+1.21.4"
44+
implementation "top.offsetmonkey538.meshlib:mesh-lib-paper:1.0.4+1.21.4"
4545
}
4646
```
4747
Make sure to use the latest version.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ minecraft_version = 1.21.4
88
netty_version = 4.1.82.Final
99

1010
# Mod Properties
11-
mod_version = 1.0.3
11+
mod_version = 1.0.4
1212
supported_minecraft_versions = >=1.19

0 commit comments

Comments
 (0)