Skip to content

Commit d8fb941

Browse files
committed
Version 1.8.1
1 parent b85d548 commit d8fb941

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Minecraft Development for IntelliJ
22

3-
## [Unreleased]
3+
## [1.8.1] - 2024-08-10
44

55
### Added
66

@@ -30,7 +30,7 @@
3030
- Recommended Artifact ID value was not sanitized properly
3131
- NeoForge versions in the Architectury were not being matched correctly for the first version of a major Minecraft release
3232

33-
## [1.8.0]
33+
## [1.8.0] - 2024-07-14
3434

3535
This release contains two major features:
3636
- Support for MixinExtras expressions ([#2274](https://github.com/minecraft-dev/MinecraftDev/pull/2274))

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kotlin.code.style=official
2424
ideaVersion = 2023.2.2
2525
ideaVersionName = 2023.2.2
2626

27-
coreVersion = 1.8.0
27+
coreVersion = 1.8.1
2828
downloadIdeaSources = true
2929

3030
pluginTomlVersion = 232.8660.88

0 commit comments

Comments
 (0)