Skip to content

Commit

Permalink
update to 4.1.4.4000
Browse files Browse the repository at this point in the history
update mirai to 2.12.3
  • Loading branch information
MidCoard committed Oct 1, 2022
1 parent 2c0c22e commit a5184e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ Maven 依赖
<dependency>
<groupId>top.focess</groupId>
<artifactId>focess-qq</artifactId>
<version>4.1.4.3000</version>
<version>4.1.4.4000</version>
</dependency>
```

Gradle 依赖

```gradle
implementation 'top.focess:focess-qq:4.1.4.3000'
implementation 'top.focess:focess-qq:4.1.4.4000'
```

开发文档移步本项目[Wiki](https://github.com/MIdCoard/MiraiQQ/wiki)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>A simple QQ Bot framework</description>
<groupId>top.focess</groupId>
<artifactId>focess-qq</artifactId>
<version>4.1.4.3000</version>
<version>4.1.4.4000</version>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand All @@ -24,7 +24,7 @@
<version>${project.version}</version>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<mirai.version>2.10.0</mirai.version>
<mirai.version>2.12.3</mirai.version>
<poi.version>5.2.2</poi.version>
<logback.version>1.2.11</logback.version>
<checker.version>3.21.3</checker.version>
Expand All @@ -35,7 +35,7 @@
<util.version>1.1.12</util.version>
<scheduler.version>1.1.6</scheduler.version>
<sysout.version>1.0.2</sysout.version>
<socket.version>1.0.1</socket.version>
<socket.version>1.0.2</socket.version>
</properties>

<repositories>
Expand Down

0 comments on commit a5184e8

Please sign in to comment.