chore: 升级版本号至1.18.8

This commit is contained in:
xuwei-fit2cloud 2023-06-06 16:19:11 +08:00
parent ed06a61a6c
commit 852b13cd12
4 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1,4 @@
UPDATE `my_plugin`
SET `version` = '1.18.8'
where `plugin_id` > 0
and `version` = '1.18.7';

View File

@ -1,6 +1,6 @@
{
"name": "dataease",
"version": "1.18.7",
"version": "1.18.8",
"description": "dataease front",
"private": true,
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "dataease-mobile",
"version": "1.18.7",
"version": "1.18.8",
"private": true,
"scripts": {
"serve": "npm run dev:h5",

View File

@ -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"
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>
<properties>
<dataease.version>1.18.7</dataease.version>
<dataease.version>1.18.8</dataease.version>
</properties>
<name>dataease</name>