Skip to content

Commit

Permalink
更新1.3.3版本
Browse files Browse the repository at this point in the history
  • Loading branch information
kosaka-bun committed Apr 7, 2023
1 parent 6d30ff6 commit 695a83c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## 1.3.3
#### qqrobot-spring-boot-starter 1.3.3
- 适配mirai 2.14.0版本。

## 1.3.2
#### qqrobot-framework-api 1.0.3
- 优化API。
Expand Down
2 changes: 2 additions & 0 deletions qqrobot-demo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//file:noinspection GrUnresolvedAccess

buildscript {
ext {
springBootVersion = '2.3.5.RELEASE'
Expand Down
8 changes: 5 additions & 3 deletions qqrobot-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
//file:noinspection GrUnresolvedAccess

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.7.20'
id 'org.jetbrains.kotlin.jvm' version '1.8.10'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
}

setupVersion '1.3.3-dev'
setupVersion '1.3.3'

ext {
springBootVersion = '2.7.5'
miraiVersion = '2.13.0-RC2'
miraiVersion = '2.14.0'
frameworkApiVersion = '1.0.3'
}

Expand Down

0 comments on commit 695a83c

Please sign in to comment.