Skip to content

Commit ad8ceaf

Browse files
committed
update version to 1.0.2
1 parent 5dfce08 commit ad8ceaf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1515
### Fixed
1616
- Note bug fixes here.
1717

18-
## [1.0.2]
18+
## [1.0.2] - 2025-11-05
1919

2020
### Fixed
2121
- Add JEI Integration.
2222
- Broken Encoding layout.
2323
- Can't set ingredients.
2424

25-
## [1.0.1] - 2025-11-5
25+
## [1.0.1] - 2025-11-05
2626

2727
### Added
2828
- Apply `terminalMargin` configs.

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Constants {
44
const val name = "AE2 Pattern Encoding Access Terminal"
55
const val description = "AE2 Pattern Encoding Access Terminal"
66
const val license = "Please refer to the GitHub repository for details."
7-
const val version = "1.0.1"
7+
const val version = "1.0.2"
88
const val group = "yuuki1293"
99
const val author = "yuuki1293"
1010
const val repositoryUrl = "https://github.com/yuuki1293/AE2PatternEncodingAccessTerminal"

0 commit comments

Comments
 (0)