Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt authored and github-actions[bot] committed Sep 4, 2024
1 parent b402da9 commit 347cc6c
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.0.1] - 2024-09-04

- fixed `minecraftVersion` not being overridden by recipe viewer configs

Expand All @@ -17,4 +20,5 @@ Initial release.
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[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
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.0.0"
version = "1.0.1"

plugins {
id("com.gradle.plugin-publish") version "1.2.2"
Expand Down

0 comments on commit 347cc6c

Please sign in to comment.