Skip to content

Commit 2c66674

Browse files
committed
chore: refresh badges and metadata
1 parent dda88ae commit 2c66674

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# uapi-sdk-java
22

3-
![Banner](./banner.png)
3+
![Banner](https://raw.githubusercontent.com/AxT-Team/uapi-sdk-java/main/banner.png)
44

55
[![Java](https://img.shields.io/badge/Java-17+-EA2D2F?style=flat-square&logo=openjdk&logoColor=white)](https://adoptium.net/)
66
[![Docs](https://img.shields.io/badge/Docs-uapis.cn-2EAE5D?style=flat-square)](https://uapis.cn/)
@@ -71,3 +71,4 @@ public class Demo {
7171
## 文档
7272

7373
访问 [UApi文档首页](https://uapis.cn/docs/introduction) 并选择任意接口,向下滚动到 **快速启动** 区块即可看到最新的 Java 示例代码。
74+

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>uapis</groupId>
55
<artifactId>uapi-sdk-java</artifactId>
6-
<version>0.1.0</version>
6+
<version>0.1.1</version>
77
<properties>
88
<maven.compiler.target>17</maven.compiler.target>
99
<maven.compiler.source>17</maven.compiler.source>

0 commit comments

Comments
 (0)