TheIllusiveC4 vor 6 Jahren
Ursprung
Commit
c1137f99ca
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      build.gradle
  2. 1 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-0.1"
+version = "1.12.2-0.2"
 group = "c4.customfov" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
 archivesBaseName = "customfov"
 

+ 1 - 1
docs/CHANGELOG.md

@@ -4,7 +4,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.
 
-## [Unreleased]
+## [0.2] - 2018.10.01
 ### Added
 - Minimum FoV modifier value configuration option
 - Underwater FoV options

+ 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 = "0.1";
+    public static final String VERSION = "0.2";
 
     @EventHandler
     public void init(FMLInitializationEvent evt) {