Skip to content

Commit

Permalink
更新版本号-0.90
Browse files Browse the repository at this point in the history
  • Loading branch information
luern0313 committed Mar 11, 2021
1 parent ace306e commit 7ac26f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A Java library for JSON serialization/deserialization, it has good performance a
### Gradle

``` groovy
implementation 'cn.luern0313.lson:Lson:0.85'
implementation 'cn.luern0313.lson:Lson:0.90'
```

### Maven
Expand All @@ -33,7 +33,7 @@ implementation 'cn.luern0313.lson:Lson:0.85'
<dependency>
<groupId>cn.luern0313.lson</groupId>
<artifactId>Lson</artifactId>
<version>0.85</version>
<version>0.90</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A Java library for JSON serialization/deserialization, it has good performance a
### Gradle

``` groovy
implementation 'cn.luern0313.lson:Lson:0.85'
implementation 'cn.luern0313.lson:Lson:0.90'
```

### Maven
Expand All @@ -34,7 +34,7 @@ implementation 'cn.luern0313.lson:Lson:0.85'
<dependency>
<groupId>cn.luern0313.lson</groupId>
<artifactId>Lson</artifactId>
<version>0.85</version>
<version>0.90</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'cn.luern0313.lson'
version '0.85'
version '0.90'

tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.luern0313.lson</groupId>
<artifactId>Lson</artifactId>
<version>0.85</version>
<version>0.90</version>
<packaging>jar</packaging>
<url>https://github.com/luern0313/Lson</url>
<description>A Java library for JSON serialization/deserialization, it has good performance and high expansibility.</description>
Expand Down

0 comments on commit 7ac26f7

Please sign in to comment.