From 852b13cd12f0b6e462e86f1a589510410a4087cb Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Tue, 6 Jun 2023 16:19:11 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B31.18.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V55__1.18.8.sql | 4 ++++ frontend/package.json | 2 +- mobile/package.json | 2 +- pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 backend/src/main/resources/db/migration/V55__1.18.8.sql diff --git a/backend/src/main/resources/db/migration/V55__1.18.8.sql b/backend/src/main/resources/db/migration/V55__1.18.8.sql new file mode 100644 index 0000000000..7729e8ba7b --- /dev/null +++ b/backend/src/main/resources/db/migration/V55__1.18.8.sql @@ -0,0 +1,4 @@ +UPDATE `my_plugin` +SET `version` = '1.18.8' +where `plugin_id` > 0 + and `version` = '1.18.7'; diff --git a/frontend/package.json b/frontend/package.json index 28b3f37216..a7449158f9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "dataease", - "version": "1.18.7", + "version": "1.18.8", "description": "dataease front", "private": true, "scripts": { diff --git a/mobile/package.json b/mobile/package.json index 32ac241c6c..7988373a45 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "dataease-mobile", - "version": "1.18.7", + "version": "1.18.8", "private": true, "scripts": { "serve": "npm run dev:h5", diff --git a/pom.xml b/pom.xml index c4d7c90dc6..dcd10d48d0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - + @@ -16,7 +16,7 @@ - 1.18.7 + 1.18.8 dataease