Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HttpMarco committed Jun 17, 2024
1 parent ed3f6ec commit 184996c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public CloudBase() {
// print cloud header information

terminal.spacer();
terminal.spacer(" &3PoloCloud &2- &1Simple minecraft cloudsystem &2- &1v1.0.4-beta");
terminal.spacer(" &3PoloCloud &2- &1Simple minecraft cloudsystem &2- &1v1.0.5-beta");
terminal.spacer(" &1node&2: &1" + nodeService.localNode().name() + " &2| &1id&2: &1" + nodeService.localNode().id());
terminal.spacer();

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ allprojects {
apply(plugin = "java-library")

group = "dev.httpmarco"
version = "1.0.1-SNAPSHOT"
version = "v1.0.5-beta"

repositories {
mavenCentral()
Expand Down

0 comments on commit 184996c

Please sign in to comment.