Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Updated CHANGELOG.md and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
tie committed Feb 7, 2021
1 parent 6c08baf commit abea9aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
- Added [MixinBootstrap](https://www.curseforge.com/minecraft/mc-mods/mixinbootstrap) dependency instead of embedding Mixin library.
- Added logo to the config GUI.

- Bumped Gradle version to 6.8.1.
- Bumped ForgeGradle version to FG4.
- Bumped Forge version to 1.12.2-14.23.5.2855.
- Made build artifacts bitwise reproducible.
- Added invertBlacklist config option for whitelisting dimensions instead of blacklisting.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'io.github.yamporg.darkness'
version '0.3.0'
version '0.3.1'

minecraft {
mappings channel: 'stable', version: '39-1.12'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/yamporg/darkness/DarknessMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class DarknessMod {
static final String MOD_ID = "darkness";
static final String NAME = "Darkness";
static final String VERSION = "0.3.0";
static final String VERSION = "0.3.1";

static final String GUI_FACTORY = "io.github.yamporg.darkness.GuiFactory";
}
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "darkness",
"name": "Darkness",
"description": "Adds dynamic moon light and changes minimal light/brightness level.",
"version": "0.3.0",
"version": "0.3.1",
"mcversion": "1.12.2",
"url": "https://github.com/yamporg/darkness",
"updateUrl": "",
Expand Down

0 comments on commit abea9aa

Please sign in to comment.