Skip to content

Commit f8d2801

Browse files
committed
Release v1.5.1
Signed-off-by: Martin Sulikowski <[email protected]>
1 parent 7d84c5d commit f8d2801

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ For Maven projects use:
8080

8181
For Gradle projects use:
8282
```kts
83-
compileOnly("com.eternalcode:eternalcore-api:1.5.0")
83+
compileOnly("com.eternalcode:eternalcore-api:1.5.1")
8484
```
8585

8686
For Maven projects use:
8787
```xml
8888
<dependency>
8989
<groupId>com.eternalcode</groupId>
9090
<artifactId>eternalcore-api</artifactId>
91-
<version>1.5.0</version>
91+
<version>1.5.1</version>
9292
<scope>provided</scope>
9393
</dependency>
9494
```

buildSrc/src/main/kotlin/eternalcode-java.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 = "com.eternalcode"
7-
version = "1.5.0"
7+
version = "1.5.1"
88

99
checkstyle {
1010
toolVersion = "10.21.1"

buildSrc/src/main/kotlin/eternalcore-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 = "com.eternalcode"
7-
version = "1.5.0"
7+
version = "1.5.1"
88

99
java {
1010
withSourcesJar()

raw_commands_docs.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,6 +2051,24 @@
20512051
""
20522052
]
20532053
},
2054+
{
2055+
"name": "warp-permission add ",
2056+
"aliases": [],
2057+
"permissions": [
2058+
"eternalcore.warp.changepermissions"
2059+
],
2060+
"descriptions": [],
2061+
"arguments": []
2062+
},
2063+
{
2064+
"name": "warp-permission remove ",
2065+
"aliases": [],
2066+
"permissions": [
2067+
"eternalcore.warp.changepermissions"
2068+
],
2069+
"descriptions": [],
2070+
"arguments": []
2071+
},
20542072
{
20552073
"name": "whois ",
20562074
"aliases": [],

0 commit comments

Comments
 (0)