1.1.0 release

This commit is contained in:
暮光:城中城
2021-12-19 20:58:06 +08:00
parent 9a60cfe6e3
commit b7edfe5aa8
19 changed files with 27 additions and 27 deletions

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>com.zyplayer</groupId>
<artifactId>zyplayer-doc</artifactId>
<version>1.0.9</version>
<version>1.1.0</version>
</parent>
<dependencies>

View File

@@ -7,5 +7,5 @@ package com.zyplayer.doc.core.util;
* @since 2021-06-06
*/
public class ZyplayerDocVersion {
public static final String version = "1.0.9";
public static final String version = "1.1.0";
}