diff --git a/CHANGELOG.md b/CHANGELOG.md index 5daf012..773b4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. ## Unreleased +- / + +## [1.0.1] - 2024-09-04 - fixed `minecraftVersion` not being overridden by recipe viewer configs @@ -17,4 +20,5 @@ Initial release. [semantic versioning]: https://semver.org/spec/v2.0.0.html +[1.0.1]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.0.1 [1.0.0]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.0.0 diff --git a/build.gradle.kts b/build.gradle.kts index e1afbb2..c1eb1d8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ @file:Suppress("UnstableApiUsage") group = "com.almostreliable" -version = "1.0.0" +version = "1.0.1" plugins { id("com.gradle.plugin-publish") version "1.2.2"