Browse Source

jfinal 5.2.2 release ^_^

James 1 year ago
parent
commit
f639b07998
3 changed files with 4 additions and 4 deletions
  1. 1 1
      README.md
  2. 2 2
      README_en.md
  3. 1 1
      pom.xml

+ 1 - 1
README.md

@@ -25,7 +25,7 @@ JFinal 是基于 Java 语言的极速 WEB + ORM 框架,其核心设计目标
 <dependency>
     <groupId>com.jfinal</groupId>
     <artifactId>jfinal</artifactId>
-    <version>5.2.1</version>
+    <version>5.2.2</version>
 </dependency>
 ```
 

+ 2 - 2
README_en.md

@@ -25,7 +25,7 @@ JFinal is an ultra-fast WEB + ORM framework based on the Java language. Its core
 <dependency>
     <groupId>com.jfinal</groupId>
     <artifactId>jfinal</artifactId>
-    <version>5.1.1</version>
+    <version>5.2.2</version>
 </dependency>
 ```
 
@@ -131,4 +131,4 @@ public class BlogInterceptor implements Interceptor {
 - JFinal official website [https://jfinal.com](https://jfinal.com/)
 - Scan to follow the official WeChat official account and enjoy the latest updates first.
 
-![JFinal](https://jfinal.com/assets/img/jfinal_weixin_service_qr_code_150.jpg)
+![JFinal](https://jfinal.com/assets/img/jfinal_weixin_service_qr_code_150.jpg)

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
 
 	<groupId>com.jfinal</groupId>
 	<artifactId>jfinal</artifactId>
-	<version>5.2.1</version>
+	<version>5.2.2</version>
 	<packaging>jar</packaging>
 
 	<name>JFinal</name>