diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 409c16c..2c78a14 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -32,7 +32,7 @@ jobs: files-secondary: build/libs/*-@(dev|sources).jar version-type: beta loaders: forge - game-versions: 1.18.1 + game-versions: 1.18.2 java: 17 name: "" changelog: "https://github.com/Buuz135/FunctionalStorage/commits/main" diff --git a/build.gradle b/build.gradle index 68cbcfa..970ed82 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle' group = 'com.buuz135' -version = '1.18.1-0.0.10' +version = '1.18.2-0.0.11' java { archivesBaseName = 'functionalstorage'