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

Commit

Permalink
[U] 版本 v1.3.2.121
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Aug 26, 2018
1 parent e951fb2 commit 31ae466
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.2):
介绍 (v1.3.2.121):
--------

一个基于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.2</version>
<version>1.3.2.121</version>
<scope>provided</scope>
</dependency>
```
Expand Down Expand Up @@ -102,13 +102,13 @@ allprojects {

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

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

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

<br>

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

# 连接设置
Expand Down
2 changes: 1 addition & 1 deletion 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.2</version>
<version>1.3.2.121</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
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.2 #
# 对应版本: 1.3.2.121 #
# ############################ #

# 连接设置
Expand Down

0 comments on commit 31ae466

Please sign in to comment.