Skip to content

Commit

Permalink
update plugin version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rieonke committed Jun 16, 2017
1 parent fc5a4f5 commit e42cdf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ intellij {
}

group 'AutoSwitchIm'
version '1.3'
version '1.4'

repositories {
mavenCentral()
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>AutoSwitchIm</id>
<name>Auto Switch Input Source In IdeaVim Mode</name>
<version>1.3</version>
<version>1.4</version>
<vendor email="rieon@rieon.cn" url="http://rieon.cn">Rieon Ke</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -29,6 +29,7 @@
]]></description>

<change-notes><![CDATA[
<li>1.4 Add NONE and LAST config options</li>
<li>1.3 Bugfix and add more config options</li>
<li>1.2 Fixed known bugs in JNI <br> add switch input source options setting</li>
<li>1.1 use JNI to replace native module</li>
Expand All @@ -37,6 +38,7 @@
<br/>
<br/>
<li>1.4 添加NONE 和 LAST 配置选项</li>
<li>1.3 修复Bug,添加了更多的配置选项</li>
<li>1.2 修复JNI部分的BUG<br/>提供了切换输入法选项设置</li>
<li>1.1 使用JNI替换掉原来的本地执行文件</li>
Expand Down

0 comments on commit e42cdf9

Please sign in to comment.