diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c93650..895be40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ permissions: env: MINECRAFT_VERSION: 1.20.4 JAVA_VERSION: 17 - VERSION: 1.0.0+1.20.4 + VERSION: 1.0.1+1.20.4 RELEASE_NAME: PotatoesPlus jobs: diff --git a/gradle.properties b/gradle.properties index 84501bc..00c8828 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20.4+build.1 loader_version=0.15.0 # Mod Properties -mod_version=1.0.0 +mod_version=1.0.1 modid=potatoesplus maven_group=me.hyper archives_base_name=potatoesplus diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index af8c026..977c08f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -7,7 +7,7 @@ "authors": [ "hyper (straw.hat on Discord)" ], - "license": "CC0-1.0", + "license": "MIT", "icon": "assets/potatoesplus/icon.png", "environment": "*", "entrypoints": {