Skip to content

Commit dfddaf5

Browse files
authored
Release 3.10.7
1 parent a147331 commit dfddaf5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

buildSrc/src/main/kotlin/litecommands-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "dev.rollczi"
7-
version = "3.10.7-SNAPSHOT"
7+
version = "3.10.7"
88

99
publishing {
1010
java {

litecommands-fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

0 commit comments

Comments
 (0)