File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
litecommands-fabric/src/main/resources Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ maven("https://repo.panda-lang.org/releases")
9191
9292#### ➕ Add LiteCommands to dependencies
9393``` kts
94- implementation(" dev.rollczi:{artifact}:3.10.6 " )
94+ implementation(" dev.rollczi:{artifact}:3.10.7 " )
9595```
9696``` xml
9797<dependency >
9898 <groupId >dev.rollczi</groupId >
9999 <artifactId >{artifact}</artifactId >
100- <version >3.10.0 </version >
100+ <version >3.10.7 </version >
101101</dependency >
102102```
103103> ⚠️ Replace ` {artifact} ` with [ platform artifact] ( https://docs.rollczi.dev/documentation/litecommands/platforms.html#supported-platforms )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " dev.rollczi"
7- version = " 3.10.7-SNAPSHOT "
7+ version = " 3.10.7"
88
99publishing {
1010 java {
Original file line number Diff line number Diff line change 11{
22 "schemaVersion" : 1 ,
33 "id" : " litecommands" ,
4- "version" : " 3.10.6 " ,
4+ "version" : " 3.10.7 " ,
55 "name" : " LiteCommands" ,
66 "description" : " Annotation based command framework for Fabric." ,
77 "authors" : [
You can’t perform that action at this time.
0 commit comments