Skip to content

Commit

Permalink
Update version and plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Sep 22, 2019
1 parent a23585e commit ca8bbf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.github.korniloval'
version '0.5.2'
version '0.5.3'

sourceCompatibility = 1.8

Expand Down
5 changes: 3 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>MatlabSupport</id>
<name>Matlab Support</name>
<version>0.5.2</version>
<version>0.5.3</version>

<vendor url="https://github.com/kornilova-l" email="[email protected]"/>

Expand All @@ -12,7 +12,8 @@

<change-notes><![CDATA[
<ol>
<li>Support enumeration blocks</li>
<li>Smart Enter inserts semicolon where required (ctrl-shift-enter or cmd-shift-enter) (by @cyclic-reference)</li>
<li>Added plugin icon (by @cyclic-reference)</li>
</ol>
]]>
</change-notes>
Expand Down

0 comments on commit ca8bbf0

Please sign in to comment.