From e74a899d833b1d6c346d7197d6d4bed200856d7b Mon Sep 17 00:00:00 2001 From: mxd <838425805@qq.com> Date: Sun, 31 Oct 2021 19:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- magic-api-spring-boot-starter/pom.xml | 2 +- magic-api/pom.xml | 2 +- magic-editor/pom.xml | 2 +- magic-editor/src/console/package.json | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 40b7c113..a188c71c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ magic-api 是一个基于Java的接口快速开发框架,编写接口将通过 org.ssssssss magic-api-spring-boot-starter - 1.6.2 + 1.6.3 ``` ## 修改application.properties diff --git a/magic-api-spring-boot-starter/pom.xml b/magic-api-spring-boot-starter/pom.xml index 8be3366d..a8ffea9a 100644 --- a/magic-api-spring-boot-starter/pom.xml +++ b/magic-api-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ org.ssssssss magic-api-parent - 1.6.2 + 1.6.3 magic-api-spring-boot-starter jar diff --git a/magic-api/pom.xml b/magic-api/pom.xml index c04c5f03..037a85d3 100644 --- a/magic-api/pom.xml +++ b/magic-api/pom.xml @@ -6,7 +6,7 @@ org.ssssssss magic-api-parent - 1.6.2 + 1.6.3 magic-api jar diff --git a/magic-editor/pom.xml b/magic-editor/pom.xml index f1df5c40..d614d602 100644 --- a/magic-editor/pom.xml +++ b/magic-editor/pom.xml @@ -6,7 +6,7 @@ org.ssssssss magic-api-parent - 1.6.2 + 1.6.3 magic-editor jar diff --git a/magic-editor/src/console/package.json b/magic-editor/src/console/package.json index 3e4dc500..739c6cc1 100644 --- a/magic-editor/src/console/package.json +++ b/magic-editor/src/console/package.json @@ -1,6 +1,6 @@ { "name": "magic-editor", - "version": "1.6.2", + "version": "1.6.3", "private": false, "description": "magic-editor for magic-api", "main": "dist/magic-editor.umd.min.js", diff --git a/pom.xml b/pom.xml index ff73db59..9b43436b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.ssssssss magic-api-parent - 1.6.2 + 1.6.3 pom magic-api-parent auto generate http api -- GitLab