Skip to content

Commit b479518

Browse files
committed
updated version
1 parent 80d0b97 commit b479518

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.shuzijun.leetcode'
8-
version (System.getenv('LD_VERSION')==null ? "6.8":System.getenv('LD_VERSION')) + (project.build_env.isEmpty() ? "" : "-") + project.build_env
8+
version (System.getenv('LD_VERSION')==null ? "6.9":System.getenv('LD_VERSION')) + (project.build_env.isEmpty() ? "" : "-") + project.build_env
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

src/main/resources/META-INF/plugin.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<idea-plugin>
22
<id>leetcode-editor</id>
33
<name>leetcode editor</name>
4-
<version>6.8</version>
4+
<version>6.9</version>
55
<vendor email="[email protected]" url="https://github.com/shuzijun/idea-leetcode-plugin">shuzijun</vendor>
66

77
<description><![CDATA[
8+
<div>
9+
<p>Support for leetcode.com and leetcode-cn.com, can test and submit questions.
10+
More tutorial please visit: <a href="https://github.com/shuzijun/leetcode-editor">here</a></p>
11+
</div>
812
<div>
913
<h2>Introduction</h2>
1014
<br>
@@ -14,7 +18,7 @@
1418
</ul>
1519
<ul>
1620
<li>支持leetcode.com和leetcode-cn.com,可测试与提交问题</li>
17-
<li>更多的插件使用截图: <a href="https://github.com/shuzijun/leetcode-editor">插件使用介绍</a></li>
21+
<li>更多的插件使用教程: <a href="https://github.com/shuzijun/leetcode-editor">插件使用介绍</a></li>
1822
</ul>
1923
</div>
2024
<div>
@@ -113,6 +117,12 @@
113117

114118
<change-notes><![CDATA[
115119
<ul>
120+
<li>v6.9<br>
121+
1.修复兼容性.<br>
122+
</li>
123+
<li>v6.9<br>
124+
1.fix Compatibility.<br>
125+
</li>
116126
<li>v6.8<br>
117127
1.优化登录提示.<br>
118128
2.支持2020.2+提供的JCEF.<br>

0 commit comments

Comments
 (0)