Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
only52607 committed Jun 18, 2022
1 parent 50e2490 commit f76e1ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {

allprojects {
group 'com.github.only52607.lua-mirai'
version '2.6.1'
version '2.7.0'
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
freeCompilerArgs = ['-Xjvm-default=enable', '-Xopt-in=kotlin.RequiresOptIn', '-Xcontext-receivers']
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [2.7.0] - 2022-06-18

### 新增

- 基于rhino的javascript脚本支持

## [2.6.1] - 2022-06-13

### 修复
Expand Down

0 comments on commit f76e1ff

Please sign in to comment.