Skip to content

Commit

Permalink
version 0.7.201
Browse files Browse the repository at this point in the history
  • Loading branch information
sondertara committed Jan 10, 2022
1 parent 43bf5b3 commit 81c635c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Maven Project
<dependency>
<groupId>com.sondertara</groupId>
<artifactId>joya</artifactId>
<version>0.0.7.200</version>
<version>0.0.7.201</version>
</dependency>
```

Gradle Project

```groovy
implementation 'com.sondertara:joya:0.0.7.200'
implementation 'com.sondertara:joya:0.0.7.201'
```

### 2.添加配置
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
def isRelease = false

group = 'com.sondertara'
version = '0.0.7.200'
version = '0.0.7.201'
archivesBaseName = 'joya'
sourceCompatibility = '1.8'

Expand Down
4 changes: 2 additions & 2 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Maven Project
<dependency>
<groupId>com.sondertara</groupId>
<artifactId>joya</artifactId>
<version>0.0.7.200</version>
<version>0.0.7.201</version>
</dependency>
```

Gradle Project

```groovy
implementation 'com.sondertara:joya:0.0.7.200'
implementation 'com.sondertara:joya:0.0.7.201'
```

## 新项目集成 :id=new_project
Expand Down

0 comments on commit 81c635c

Please sign in to comment.