Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LLytho authored and github-actions[bot] committed Sep 16, 2024
1 parent 7ce0feb commit 47d5286
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 47d5286

Please sign in to comment.