From 22ff9d7374a0325f90153f06cae79bfb3e7cde7c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 19 Sep 2026 02:05:01 +0000
Subject: [PATCH] =?UTF-8?q?build:=20=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9?=
=?UTF-8?q?=E7=89=88=202.4.20-0.1.3=20=E3=82=92=E5=AE=A3=E8=A8=80=E3=81=99?=
=?UTF-8?q?=E3=82=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CHANGELOG.md | 2 ++
README.md | 8 ++++----
gradle.properties | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 873585a..ecbd20e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ for what each part means.
## [Unreleased]
+## [2.4.20-0.1.3]
+
## [2.4.10-0.1.3]
### Fixed
diff --git a/README.md b/README.md
index cdcb6b0..7cbeb97 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@ so `plugins {}` resolves it without extra repository configuration:
```kotlin
plugins {
- kotlin("jvm") version "2.4.10" // or kotlin("multiplatform") — any Kotlin target plugin
- id("io.github.projectmapk.sealed-class-enumizer") version "2.4.10-0.1.3"
+ kotlin("jvm") version "2.4.20" // or kotlin("multiplatform") — any Kotlin target plugin
+ id("io.github.projectmapk.sealed-class-enumizer") version "2.4.20-0.1.3"
}
```
@@ -57,7 +57,7 @@ execution, production and test compilations alike.
io.github.projectmapk
sealed-class-enumizer-maven-plugin
- 2.4.10-0.1.3
+ 2.4.20-0.1.3
@@ -70,7 +70,7 @@ dependency (Maven resolves the platform artifact, hence the `-jvm` suffix):
io.github.projectmapk
sealed-class-enumizer-runtime-api-jvm
- 2.4.10-0.1.3
+ 2.4.20-0.1.3
```
diff --git a/gradle.properties b/gradle.properties
index 6bd0e96..790d487 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,7 +2,7 @@ kotlin.code.style=official
# 配布版の自版。フル版は -<自版> 形式で、前半の Kotlin 版は gradle/libs.versions.toml が正
# (ルートの build.gradle.kts が結合して全モジュールへ配る)
-enumizerVersion=0.1.3-SNAPSHOT
+enumizerVersion=0.1.3
# コンパイラプラグイン ID の単一情報源。compiler-plugin の EnumizeCommandLineProcessor.PLUGIN_ID と
# 一致していなければならない。gradle-plugin / maven-plugin はビルド時生成の Coordinates 経由で参照し、