Skip to content

Commit

Permalink
3.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed May 13, 2022
1 parent 590f77b commit e1bc4b3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>snack3</artifactId>
<version>3.2.23</version>
<version>3.2.24</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Based on JDK8, 80Kb. Support: serialization and deserialization, parsing and tra
<dependency>
<groupId>org.noear</groupId>
<artifactId>snack3</artifactId>
<version>3.2.23</version>
<version>3.2.24</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions UPDATE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### 3.2.23
* 修复 "\abc" 会输出 "\\abc" 的问题
#### 3.2.24
* 调整默认特性下 "\abc" 会输出 "\\abc" 的问题(转到浏览器编码特性下处理)

#### 3.2.22
* 增加与Properties 数组的相互转换能力,排序后再转换
Expand Down
2 changes: 1 addition & 1 deletion snack3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.noear</groupId>
<artifactId>snack3</artifactId>
<version>3.2.23</version>
<version>3.2.24</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion snack3_demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>snack3</artifactId>
<version>3.2.23</version>
<version>3.2.24</version>
</dependency>

<!-- <dependency>-->
Expand Down
2 changes: 1 addition & 1 deletion 文章_Java_中_Snack3的使用.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Snack3 基于jdk8,60kb大小,非常小巧。
<dependency>
<groupId>org.noear</groupId>
<artifactId>snack3</artifactId>
<version>3.2.23</version>
<version>3.2.24</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion 文章_Snack3_一个新的微型JSON框架.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ONode 即 `One node` 之意;借签了 `Javascript` 所有变量由 `var` 申
<dependency>
<groupId>org.noear</groupId>
<artifactId>snack3</artifactId>
<version>3.2.23</version>
<version>3.2.24</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion 文章_Snack3之Jsonpath使用.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Snack3 是一个支持JSONPath的JSON框架。JSONPath是一个很强大的功
<dependency>
<groupId>org.noear</groupId>
<artifactId>snack3</artifactId>
<version>3.2.23</version>
<version>3.2.24</version>
</dependency>
```

Expand Down

0 comments on commit e1bc4b3

Please sign in to comment.