TheIllusiveC4 6 år sedan
förälder
incheckning
eb95d5d962
3 ändrade filer med 6 tillägg och 3 borttagningar
  1. 1 1
      build.gradle
  2. 4 1
      docs/CHANGELOG.md
  3. 1 1
      src/main/java/c4/customfov/CustomFoV.java

+ 1 - 1
build.gradle

@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
 //Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
 
 
-version = "1.12.2-1.0"
+version = "1.12.2-0.1"
 group = "c4.customfov" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
 archivesBaseName = "customfov"
 

+ 4 - 1
docs/CHANGELOG.md

@@ -2,4 +2,7 @@
 All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project does not adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
-This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.
+This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.
+
+## [0.1] - 2018.09.30
+Initial beta release

+ 1 - 1
src/main/java/c4/customfov/CustomFoV.java

@@ -20,7 +20,7 @@ public class CustomFoV {
 
     public static final String MODID = "customfov";
     public static final String NAME = "Custom FoV";
-    public static final String VERSION = "1.0";
+    public static final String VERSION = "0.1";
 
     @EventHandler
     public void init(FMLInitializationEvent evt) {