Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicboy committed Dec 31, 2022
1 parent 8dfc969 commit 5dbbdef
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
@@ -1,5 +1,9 @@
# PaperLib Changelog

## 1.0.8 - Dec 31, 2022
* Improved version detection for RCs and future versions of paper
* Add support for obtaining an InventoryHolder without a snapshot

## 1.0.7 - Nov 25, 2021
* Make environment regex case-insensitive, to fix detection for 1.18 pre-release versions
* Update Gradle and compile against 1.17.1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val javadoc by tasks.existing(Javadoc::class)
val jar by tasks.existing

group = "io.papermc"
version = "1.0.8-SNAPSHOT"
version = "1.0.8"

val mcVersion = "1.17.1-R0.1-SNAPSHOT"

Expand Down

0 comments on commit 5dbbdef

Please sign in to comment.