Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fankes committed Apr 15, 2023
1 parent b79547b commit 44927b5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README-zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Yuki Reflection

![Blank](https://img.shields.io/badge/license-MIT-blue)
![Blank](https://img.shields.io/badge/version-v1.0.0-green)
![Blank](https://img.shields.io/badge/version-v1.0.1-green)
[![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiReflection)
<br/><br/>
<img src="https://github.com/fankes/YukiReflection/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Yuki Reflection

![Blank](https://img.shields.io/badge/license-MIT-blue)
![Blank](https://img.shields.io/badge/version-v1.0.0-green)
![Blank](https://img.shields.io/badge/version-v1.0.1-green)
[![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiReflection)
<br/><br/>
<img src="https://github.com/fankes/YukiReflection/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
targetSdk : 33
]
app = [
versionName: '1.0.0',
versionName: 'universal',
versionCode: 1
]
maven = [
Expand All @@ -26,8 +26,8 @@ ext {
repository : [
groupId : 'com.highcapable.yukireflection',
apiVersion : [
name: '1.0.0',
code: 1
name: '1.0.1',
code: 2
],
name : 'YukiReflection',
description: 'An efficient Reflection API for the Android platform built in Kotlin.',
Expand Down
7 changes: 6 additions & 1 deletion docs-source/src/en/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Time zone of version release date: **UTC+8**

:::

### 1.0.0 | 2023.01.26 &ensp;<Badge type="tip" text="latest" vertical="middle" />
### 1.0.1 | 2023.04.16 &ensp;<Badge type="tip" text="latest" vertical="middle" />

- Change the type of dependent library from **Java Library** (jar) to **Android Library** (aar)
- Removed wrong `Class` object declaration in Android `type`

### 1.0.0 | 2023.01.26 &ensp;<Badge type="warning" text="stale" vertical="middle" />

- The first version is submitted to Maven
7 changes: 6 additions & 1 deletion docs-source/src/zh-cn/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

:::

### 1.0.0 | 2023.01.26 &ensp;<Badge type="tip" text="最新" vertical="middle" />
### 1.0.1 | 2023.04.16 &ensp;<Badge type="tip" text="最新" vertical="middle" />

- 将依赖库的类型由 **Java Library** (jar) 修改为 **Android Library** (aar)
- 移除了 Android `type` 中的错误 `Class` 对象声明

### 1.0.0 | 2023.01.26 &ensp;<Badge type="warning" text="过旧" vertical="middle" />

- 首个版本提交至 Maven

0 comments on commit 44927b5

Please sign in to comment.