Change the version number to alpha 1

This commit is contained in:
James Seibel
2021-03-01 09:37:01 -06:00
parent 520e2e99d9
commit fa2f12e4e0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ modId="lod" #mandatory
#// The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
#//${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
#// see the associated build.gradle script for how to populate this completely automatically during a build
version="1.0" #mandatory
version="a1" #mandatory
#// A display name for the mod
displayName="Levels of Detail" #mandatory
+1 -1
View File
@@ -3,7 +3,7 @@
"modid": "lod",
"name": "Level Of Details",
"description": "Generates and renders simplified chunks beyond the normal view distance, at a low performance cost.",
"version": "1.0",
"version": "a1",
"mcversion": "1.16.4",
"url": "",
"updateUrl": "",