From 992abbeb4af058649d2f66cf71158864bd019b2a Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 19 Apr 2019 14:38:32 +0800 Subject: Bump Version --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce47d0e2a..25c2e8554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ View full changelog [here](https://github.com/shedaniel/RoughlyEnoughItems/blob/1.14/CHANGELOG.md). +## v2.7.10.95 +- Fixed [#67](https://github.com/shedaniel/RoughlyEnoughItems/issues/67): Item Panel Crashes ## v2.7.9.94 - Added: Support for `c` namespace ([Cotton](https://github.com/CottonMC/cotton) Common Resources) - Added: Warping around the recipe book: ![image](https://media.discordapp.net/attachments/530305137382653952/568432084419608576/unknown.png?width=967&height=517) diff --git a/gradle.properties b/gradle.properties index eaaa2cb92..2d1caddfc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -mod_version=2.7.9+build.94 +mod_version=2.7.10+build.95 minecraft_version=1.14 Pre-Release 4 yarn_version=1.14 Pre-Release 4+build.2 fabric_version=0.2.7+build.123 -- cgit