From 59e68782df95f6bba0ef2b9e2bbd3dd00e721038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E8=83=83=E7=8E=8B?= <253498229@qq.com> Date: Fri, 13 Dec 2019 13:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B01.1.0=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.adoc | 2 +- docs/index.html | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 2c4fc55..b397774 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = MySQL迁移工具 :toc: left -:version: 1.0.1 +:version: 1.1.0 :sourcedir: mysql-migrate/src :javadir: {sourcedir}/main/java :testdir: {sourcedir}/test/java diff --git a/docs/index.html b/docs/index.html index 87de8d1..a6b4dd6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -486,7 +486,7 @@

使用方法

<dependency>
   <groupId>cn.codeforfun</groupId>
   <artifactId>mysql-migrate</artifactId>
-  <version>1.0.1</version>
+  <version>1.1.0</version>
 </dependency>
@@ -554,6 +554,19 @@

更新日志