Skip to content

Commit

Permalink
next development
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Oct 22, 2024
1 parent 2170d74 commit c627343
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ plugins {
}

group = 'me.hsgamer'
version = '1.7.2'
version = '1.8.0'
def snapshot = true
description = 'A (temporary) world manager for Folia'

if (snapshot) {
version = version + "-SNAPSHOT"
}

repositories {
mavenCentral()
maven {
Expand Down

0 comments on commit c627343

Please sign in to comment.