Skip to content

Commit

Permalink
v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Apr 1, 2021
1 parent 1f23597 commit a975b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 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.kornilova203'
version '0.8.3'
version '0.8.4'

sourceCompatibility = 1.8

Expand Down
4 changes: 2 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.8.3</version>
<version>0.8.4</version>

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

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

<change-notes><![CDATA[
<ol>
<li>Better keywords completion inside classdef</li>
<li>Support comments that start with symbol #</li>
</ol>
]]>
</change-notes>
Expand Down

0 comments on commit a975b2b

Please sign in to comment.