Skip to content

Commit

Permalink
2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
only52607 committed Jun 29, 2022
1 parent 0002dce commit 0e5a3aa
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.7.1'
version '2.7.2'
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.2] - 2022-06-29

### 修复

- 修复javascript脚本中`require`等模块方法

## [2.7.1] - 2022-06-18

### 修复
Expand Down

0 comments on commit 0e5a3aa

Please sign in to comment.