diff options
author | Modmuss50 <modmuss50@gmail.com> | 2019-02-16 00:17:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-16 00:17:56 +0000 |
commit | b83fbda9e50f141336a47818cd6b1b3de34d413f (patch) | |
tree | d4066b479ff350e8d2f98abca538bf5367dc3998 /src/main/resources | |
parent | 2931e41b5a63d117abd5827480b5856cdd7b8d7e (diff) | |
parent | e7fad09f14f117879f94d9b3b18e53b921572c8f (diff) |
Merge pull request #7 from UpcraftLP/gradle-update
gradle configuration update
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 180f60b..4b9af9f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,7 +2,7 @@ "id": "modid", "name": "Example Mod", "description": "This is an example description! Tell everyone what your mod is about!", - "version": "1.0.0", + "version": "${version}", "side": "universal", "initializers": [ "net.fabricmc.example.ExampleMod" |