Bump version to 1.0.1

This commit is contained in:
2025-12-13 22:50:51 +08:00
parent 46cea96a05
commit 9af6496689
3 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# 更新日志
## 1.0.1 | 2025.12.13
-`TypeRef` 功能迁移至 [KavaRef](https://github.com/HighCapable/KavaRef)
## 1.0.0 | 2025.10.07
- 首个版本提交至 Maven

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.0.1 | 2025.12.13
- Migrate `TypeRef` feature to [KavaRef](https://github.com/HighCapable/KavaRef)
## 1.0.0 | 2025.10.07
- The first version is submitted to Maven

View File

@@ -7,7 +7,7 @@ kotlin.code.style=official
project.name=moshi-companion
project.url=https://github.com/HighCapable/moshi-companion
project.groupName=com.highcapable.moshi.companion
project.version="1.0.0"
project.version="1.0.1"
project.android.compileSdk=36
project.android.minSdk=21
project.android.targetSdk=36