From 7930e8c3c476c04f52f7785993ce2f6948e85798 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com>
Date: Sat, 14 Oct 2023 09:09:00 +0800
Subject: [PATCH] :bookmark: 2.3.3
---
README.md | 6 +++---
README_EN.md | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 87e2780..a514bdb 100644
--- a/README.md
+++ b/README.md
@@ -51,19 +51,19 @@ mica auto 采用 Annotation Processor,她不是什么新技术,在 jdk 1.6
net.dreamlu
mica-auto
- 2.3.2
+ ${mica-auto.version}
provided
```
### gradle >= 5.x
```groovy
-annotationProcessor("net.dreamlu:mica-auto:2.3.2")
+annotationProcessor("net.dreamlu:mica-auto:$micaAutoVersion}")
```
### gradle < 5.x
```groovy
-compileOnly "net.dreamlu:mica-auto:2.3.2"
+compileOnly "net.dreamlu:mica-auto:$micaAutoVersion"
```
## 原理
diff --git a/README_EN.md b/README_EN.md
index cf472d6..fe5446a 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -49,19 +49,19 @@ It is mainly used to avoid the inconsistency between the Spring Boot main projec
net.dreamlu
mica-auto
- 2.3.2
+ ${mica-auto.version}
provided
```
### gradle >= 5.x
-```gradle
-annotationProcessor("net.dreamlu:mica-auto:2.3.2")
+```groovy
+annotationProcessor("net.dreamlu:mica-auto:$micaAutoVersion}")
```
### gradle < 5.x
-```gradle
-compileOnly "net.dreamlu:mica-auto:2.3.2"
+```groovy
+compileOnly "net.dreamlu:mica-auto:$micaAutoVersion"
```
## Principle