diff --git a/.gitignore b/.gitignore index bf396c6..addffb4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ # VSCode stuff .vscode/ +# Dolphin stuff +.directory + # Gradle project-specific cache directory .gradle/ diff --git a/src/client/resources/fabric.mod.json b/src/client/resources/fabric.mod.json index a3af4ed..85e16fc 100644 --- a/src/client/resources/fabric.mod.json +++ b/src/client/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "hotbarreplace", - "version": "${version}", + "version": "0.1.2", "name": "HotbarReplace", "description": "Replace blocks in your hotbar when you run out with blocks from your inventory", "authors": [