From 5c59534730c92816a5653f0c08f2a94f5cb2a951 Mon Sep 17 00:00:00 2001 From: Christopher Haws Date: Wed, 28 Jun 2023 23:34:29 -0700 Subject: [PATCH] Fix version --- CHANGELOG.md | 4 ---- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d722ca..26c57f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.0.1] -### Changed -- Updated the dependencies - ## [1.0.0] ### Added - Added the ability to store up to 54 stacks in your enderchest diff --git a/gradle.properties b/gradle.properties index 73c6fb0..9f64cc0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Mod Properties mod_id = expandedenderchest mod_name = Expanded Enderchest -mod_version = 1.0.1 +mod_version = 1.0.0 maven_group = io.chaws archives_base_name = expanded-enderchest