Skip to content

Commit

Permalink
build: release version v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lkqm committed Oct 8, 2023
1 parent aa608d6 commit 3243900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.jetplugins'
version '1.1.4'
version '1.1.5'

java.sourceCompatibility = 1.8
java.targetCompatibility = 1.8
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
</actions>

<change-notes><![CDATA[
1.1.5: <br>
- fix: 修复新版本对Rap2上传兼容性问题<br>
<br>
1.1.4: <br>
- feat: 支持配置复制cURL的主机路径<br>
- fix: 修复配置文件类型检测可能导致索引过程卡死<br>
Expand Down

0 comments on commit 3243900

Please sign in to comment.