diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4da51a..2197cf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,8 +7,8 @@ permissions: env: MINECRAFT_VERSION: 1.20.4 JAVA_VERSION: 17 - VERSION: 0.5.0+1.20.4 - RELEASE_NAME: PotatoesPlus-BETA + VERSION: 1.0.0+1.20.4 + RELEASE_NAME: PotatoesPlus jobs: build: @@ -46,7 +46,7 @@ jobs: with: name: "${{env.RELEASE_NAME}}" version: "${{env.VERSION}}" - version-type: beta + version-type: release github-token: ${{ secrets.TOKEN }} loaders: fabric game-versions: "${{env.MINECRAFT_VERSION}}" diff --git a/src/main/resources/assets/potatoesplus/icon.png b/src/main/resources/assets/potatoesplus/icon.png index 047b91f..1406680 100644 Binary files a/src/main/resources/assets/potatoesplus/icon.png and b/src/main/resources/assets/potatoesplus/icon.png differ