From 47d5286faf07e28e8322071b60c9bf6c30b2f78e Mon Sep 17 00:00:00 2001 From: LLytho Date: Mon, 16 Sep 2024 15:07:56 +0000 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8893ccb..6828cbf 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.1.1] - 2024-09-16 - fix compile error with newest MDG. See [MDG#158](https://github.com/neoforged/ModDevGradle/pull/158) ## [1.1.0] - 2024-09-05 @@ -26,3 +29,4 @@ Initial release. [1.1.0]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.1.0 [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 +[1.1.1]: https://github.com/AlmostReliable/almostgradle/releases/tag/v1.1.1 diff --git a/build.gradle.kts b/build.gradle.kts index 85ecb8f..0f75220 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ @file:Suppress("UnstableApiUsage") group = "com.almostreliable" -version = "1.1.0" +version = "1.1.1" plugins { id("com.gradle.plugin-publish") version "1.2.2"