Skip to content

Commit 5ba66ef

Browse files
committed
Bump version to 1.0.1
1 parent ddd036b commit 5ba66ef

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/changelog-zh-CN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22

33
## 1.0.0 | 2023.10.13
44

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

docs/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22

33
## 1.0.0 | 2023.10.13
44

5-
- The first version is submitted to Maven
5+
- The first version is submitted to Maven
6+
7+
## 1.0.1 | 2023.10.13
8+
9+
- Fixed a problem where the source code path could not be found on projects using the Kotlin on Android plugin

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project.description=An easy generation Android i18ns string call Gradle plugin.
44
project.url=https://github.com/BetterAndroid/FlexiLocale
55
project.groupName=com.highcapable.flexilocale
66
project.moduleName=flexi-locale
7-
project.version=1.0.0
7+
project.version=1.0.1
88
project.licence.name=Apache License 2.0
99
project.licence.url=https://github.com/BetterAndroid/FlexiLocale/blob/master/LICENSE
1010
project.developer.id="0"

0 commit comments

Comments
 (0)