Skip to content

Commit

Permalink
PreRelease 3.0.0-BETA-pre14
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi committed Sep 27, 2023
1 parent 988b5bc commit 0434fc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Framework Core
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>litecommands-core</artifactId>
<version>3.0.0-BETA-pre13</version>
<version>3.0.0-BETA-pre14</version>
</dependency>
```

```groovy
implementation 'dev.rollczi:litecommands-core:3.0.0-BETA-pre13'
implementation 'dev.rollczi:litecommands-core:3.0.0-BETA-pre14'
```

### First Simple Command
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/litecommands-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "dev.rollczi"
version = "3.0.0-BETA-pre13"
version = "3.0.0-BETA-pre14"

java {
withSourcesJar()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public interface LiteCommands<SENDER> {

String VERSION = "3.0.0-BETA-pre13";
String VERSION = "3.0.0-BETA-pre14";

CommandManager<SENDER> getCommandManager();

Expand Down

0 comments on commit 0434fc0

Please sign in to comment.