Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
[U] 版本 v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Aug 13, 2018
1 parent 3744350 commit fa42a9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[***查看插件列表***](./markdown/plugin-list.md)

<a name="introduction"></a>
介绍 (v1.2.1):
介绍 (v1.2.2):
--------

一个基于PicqBotX QQ机器人类库的插件系统. <br>
Expand Down Expand Up @@ -74,7 +74,7 @@ Maven 导入:
<dependency>
<groupId>com.github.hydevelop</groupId>
<artifactId>PicqBotX-PluginManager</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<scope>provided</scope>
</dependency>
```
Expand Down Expand Up @@ -102,13 +102,13 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.hydevelop:PicqBotX-PluginManager:1.2.1'
implementation 'com.github.hydevelop:PicqBotX-PluginManager:1.2.2'
}
```

<!-- 每次更新都要手动改这些版本号好烦的_(:з」∠)_... -->

#### [其他导入(SBT / Leiningen)](https://jitpack.io/#HyDevelop/PicqBotX-PluginManager/1.2.1)
#### [其他导入(SBT / Leiningen)](https://jitpack.io/#HyDevelop/PicqBotX-PluginManager/1.2.2)

<br>

Expand Down Expand Up @@ -192,7 +192,7 @@ done
# ############################ #
# PicqBotX 插件启动器 配置文件 #
# 作者: Hykilpikonna #
# 对应版本: 1.2.1 #
# 对应版本: 1.2.2 #
# ############################ #

# 连接设置
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cc.moecraft.icq</groupId>
<artifactId>PicqBotX-PluginManager</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.github.hydevelop</groupId>
<artifactId>HyCommonUtils</artifactId>
<version>1.2.1</version>
<version>1.2.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin-manager-default-config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ############################ #
# PicqBotX 插件启动器 配置文件 #
# 作者: Hykilpikonna #
# 对应版本: 1.2.1 #
# 对应版本: 1.2.2 #
# ############################ #

# 连接设置
Expand Down

0 comments on commit fa42a9d

Please sign in to comment.