1.1.1 release

This commit is contained in:
暮光:城中城
2022-11-01 22:50:57 +08:00
parent ad1aa476a4
commit e82937297b
17 changed files with 30 additions and 33 deletions

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>com.zyplayer</groupId>
<artifactId>zyplayer-doc</artifactId>
<version>1.1.0</version>
<version>1.1.1</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.1.0";
public static final String version = "1.1.1";
}