forked from github/dataease
chore: 升级版本号至1.18.8
This commit is contained in:
parent
ed06a61a6c
commit
852b13cd12
4
backend/src/main/resources/db/migration/V55__1.18.8.sql
Normal file
4
backend/src/main/resources/db/migration/V55__1.18.8.sql
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
UPDATE `my_plugin`
|
||||||
|
SET `version` = '1.18.8'
|
||||||
|
where `plugin_id` > 0
|
||||||
|
and `version` = '1.18.7';
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dataease",
|
"name": "dataease",
|
||||||
"version": "1.18.7",
|
"version": "1.18.8",
|
||||||
"description": "dataease front",
|
"description": "dataease front",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dataease-mobile",
|
"name": "dataease-mobile",
|
||||||
"version": "1.18.7",
|
"version": "1.18.8",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "npm run dev:h5",
|
"serve": "npm run dev:h5",
|
||||||
|
4
pom.xml
4
pom.xml
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
|
||||||
@ -16,7 +16,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<dataease.version>1.18.7</dataease.version>
|
<dataease.version>1.18.8</dataease.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<name>dataease</name>
|
<name>dataease</name>
|
||||||
|
Loading…
Reference in New Issue
Block a user