From 439cf89915b1829973d954be11764a32989c4779 Mon Sep 17 00:00:00 2001 From: "shaojin.wensj" Date: Sat, 21 May 2022 15:18:43 +0800 Subject: [PATCH] update version 2.0.3 -> 2.0.4 --- README.md | 16 ++++++++-------- README_EN.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 52ffd54b21..7d95e78329 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ - 支持全量解析和部分解析。 - 支持`Java`服务端、客户端`Android`、大数据场景。 - 支持`Kotlin` -- 支持`Android` (2.0.3.android) -- 支持`Graal Native-Image` (2.0.3.graal) +- 支持`Android` (2.0.4.android) +- 支持`Graal Native-Image` (2.0.4.graal) ![fastjson](docs/logo.jpg "fastjson") @@ -45,7 +45,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.3 + 2.0.4 ``` @@ -53,7 +53,7 @@ ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.3' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.4' } ``` @@ -71,7 +71,7 @@ dependencies { com.alibaba fastjson - 2.0.3 + 2.0.4 ``` @@ -79,7 +79,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.3' + implementation 'com.alibaba:fastjson:2.0.4' } ``` @@ -93,7 +93,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-kotlin - 2.0.3 + 2.0.4 ``` @@ -101,7 +101,7 @@ dependencies { ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.3") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.4") } ``` diff --git a/README_EN.md b/README_EN.md index e2c6c0ee9c..4413cf3a45 100644 --- a/README_EN.md +++ b/README_EN.md @@ -21,8 +21,8 @@ - Supports full parsing and partial parsing. - Supports Java servers and Android Clients, and has big data applications. - Supports Kotlin -- Supports Android (2.0.3.android) -- Supports Graal Native-Image (2.0.3.graal) +- Supports Android (2.0.4.android) +- Supports Graal Native-Image (2.0.4.graal) ![fastjson](docs/logo.jpg "fastjson") @@ -45,7 +45,7 @@ Related Documents: com.alibaba.fastjson2 fastjson2 - 2.0.3 + 2.0.4 ``` @@ -53,7 +53,7 @@ Related Documents: ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.3' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.4' } ``` @@ -71,7 +71,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co com.alibaba fastjson - 2.0.3 + 2.0.4 ``` @@ -79,7 +79,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.3' + implementation 'com.alibaba:fastjson:2.0.4' } ``` @@ -93,7 +93,7 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use com.alibaba.fastjson2 fastjson2-kotlin - 2.0.3 + 2.0.4 ``` @@ -101,7 +101,7 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.3") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.4") } ```