aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorLibravatar Modmuss50 <[email protected]>2019-02-16 00:17:56 +0000
committerLibravatar GitHub <[email protected]>2019-02-16 00:17:56 +0000
commitb83fbda9e50f141336a47818cd6b1b3de34d413f (patch)
treed4066b479ff350e8d2f98abca538bf5367dc3998 /src/main/resources/fabric.mod.json
parentUpdate to 19w06a and 0.2.0 fabric (diff)
parentremove javadoc jar (diff)
Merge pull request #7 from UpcraftLP/gradle-update
gradle configuration update
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json2
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"