From 044e45b86f1570c92f8a4ac890bc68e498ed78a5 Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Tue, 28 Mar 2023 17:10:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V53__1.18.6.sql | 4 ++++ frontend/package.json | 2 +- mobile/package.json | 2 +- pom.xml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 backend/src/main/resources/db/migration/V53__1.18.6.sql diff --git a/backend/src/main/resources/db/migration/V53__1.18.6.sql b/backend/src/main/resources/db/migration/V53__1.18.6.sql new file mode 100644 index 0000000000..4af9e12007 --- /dev/null +++ b/backend/src/main/resources/db/migration/V53__1.18.6.sql @@ -0,0 +1,4 @@ +UPDATE `my_plugin` +SET `version` = '1.18.6' +where `plugin_id` > 0 + and `version` = '1.18.5'; diff --git a/frontend/package.json b/frontend/package.json index 9e1a52ee7c..640c9086b1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "dataease", - "version": "1.18.5", + "version": "1.18.6", "description": "dataease front", "private": true, "scripts": { diff --git a/mobile/package.json b/mobile/package.json index 7817f9bb01..3417ce608e 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "dataease-mobile", - "version": "1.18.5", + "version": "1.18.6", "private": true, "scripts": { "serve": "npm run dev:h5", diff --git a/pom.xml b/pom.xml index bb2355da07..1fa739fcc5 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ - 1.18.5 + 1.18.6 dataease