Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Sulikowski <vLuckyyy.biznes@gmail.com>
  • Loading branch information
vLuckyyy committed Jan 14, 2025
1 parent 7d84c5d commit f8d2801
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ For Maven projects use:

For Gradle projects use:
```kts
compileOnly("com.eternalcode:eternalcore-api:1.5.0")
compileOnly("com.eternalcode:eternalcore-api:1.5.1")
```

For Maven projects use:
```xml
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcore-api</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcode-java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.eternalcode"
version = "1.5.0"
version = "1.5.1"

checkstyle {
toolVersion = "10.21.1"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.eternalcode"
version = "1.5.0"
version = "1.5.1"

java {
withSourcesJar()
Expand Down
18 changes: 18 additions & 0 deletions raw_commands_docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2051,6 +2051,24 @@
""
]
},
{
"name": "warp-permission add ",
"aliases": [],
"permissions": [
"eternalcore.warp.changepermissions"
],
"descriptions": [],
"arguments": []
},
{
"name": "warp-permission remove ",
"aliases": [],
"permissions": [
"eternalcore.warp.changepermissions"
],
"descriptions": [],
"arguments": []
},
{
"name": "whois ",
"aliases": [],
Expand Down

0 comments on commit f8d2801

Please sign in to comment.