Skip to content

Commit

Permalink
Version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Oct 6, 2024
1 parent c22c001 commit 7954ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Minecraft Development for IntelliJ

## [Unreleased]
## [1.8.2]

### Added

Expand Down Expand Up @@ -29,6 +29,7 @@
- [#2376](https://github.com/minecraft-dev/MinecraftDev/issues/2376) Error when generating event listeners in read only file
- [#2308](https://github.com/minecraft-dev/MinecraftDev/issues/2308) Mixin Inject signature fix adds last parameter as first local
- [#1813](https://github.com/minecraft-dev/MinecraftDev/issues/1813) Single character Accessor targets aren't inferred correctly
- [#1886](https://github.com/minecraft-dev/MinecraftDev/issues/1886) Sync error in ForgeGradle composite builds

## [1.8.1] - 2024-08-10

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# suppress inspection "UnusedProperty" for whole file
ideaVersionName = 2024.1

coreVersion = 1.8.1
coreVersion = 1.8.2

# Silences a build-time warning because we are bundling our own kotlin library
kotlin.stdlib.default.dependency = false
Expand Down

0 comments on commit 7954ba8

Please sign in to comment.