-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a23585e
commit ca8bbf0
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ plugins { | |
} | ||
|
||
group 'com.github.korniloval' | ||
version '0.5.2' | ||
version '0.5.3' | ||
|
||
sourceCompatibility = 1.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]"/> | ||
|
||
|
@@ -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> | ||
|