Skip to content

Commit

Permalink
update_version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Jul 24, 2022
1 parent 91d253e commit 75dfa71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
<dependency>
<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

### Gradle

```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.2'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.3'
```

## Sponsors
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
<dependency>
<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
### Gradle
```
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.2'
implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.3'
```

## 赞助商
Expand Down

0 comments on commit 75dfa71

Please sign in to comment.