Browse Source

Close #49

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 5 years ago
parent
commit
dde3eb8abc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      fabric/src/main/resources/fabric.mod.json
  2. 1 1
      gradle.properties

+ 1 - 1
fabric/src/main/resources/fabric.mod.json

@@ -9,7 +9,7 @@
     "Danielshe"
     "Danielshe"
   ],
   ],
   "contact": {
   "contact": {
-    "homepage": "https://minecraft.curseforge.com/projects/light-overlay",
+    "homepage": "https://www.curseforge.com/minecraft/mc-mods/light-overlay",
     "sources": "https://github.com/shedaniel/LightOverlay-Fabric",
     "sources": "https://github.com/shedaniel/LightOverlay-Fabric",
     "issues": "https://github.com/shedaniel/LightOverlay-Fabric/issues"
     "issues": "https://github.com/shedaniel/LightOverlay-Fabric/issues"
   },
   },

+ 1 - 1
gradle.properties

@@ -1,7 +1,7 @@
 org.gradle.jvmargs=-Xmx3G
 org.gradle.jvmargs=-Xmx3G
 org.gradle.daemon=false
 org.gradle.daemon=false
 
 
-mod_version=5.4.0
+mod_version=5.4.1
 
 
 # fabric
 # fabric
 fabric_minecraft_version=1.16.1
 fabric_minecraft_version=1.16.1