Bump version to 1.0.1

This commit is contained in:
2023-10-13 19:53:01 +08:00
parent ddd036b117
commit 5ba66efd18
3 changed files with 11 additions and 3 deletions

View File

@@ -2,4 +2,8 @@
## 1.0.0 | 2023.10.13
- 首个版本提交至 Maven
- 首个版本提交至 Maven
## 1.0.1 | 2023.10.13
- 修复在使用 Kotlin on Android 插件的项目上找不到源码路径的问题

View File

@@ -2,4 +2,8 @@
## 1.0.0 | 2023.10.13
- The first version is submitted to Maven
- The first version is submitted to Maven
## 1.0.1 | 2023.10.13
- Fixed a problem where the source code path could not be found on projects using the Kotlin on Android plugin

View File

@@ -4,7 +4,7 @@ project.description=An easy generation Android i18ns string call Gradle plugin.
project.url=https://github.com/BetterAndroid/FlexiLocale
project.groupName=com.highcapable.flexilocale
project.moduleName=flexi-locale
project.version=1.0.0
project.version=1.0.1
project.licence.name=Apache License 2.0
project.licence.url=https://github.com/BetterAndroid/FlexiLocale/blob/master/LICENSE
project.developer.id="0"