Skip to content

Commit

Permalink
Update version for metadata and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhoury committed Feb 22, 2019
1 parent 0f25731 commit 2479e8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A plugin that adds NASM support for the IntelliJ Platform IDEs.

# Features

Version v0.4-beta.5 pre-release
Version v0.4-beta.6 pre-release

FPU, MMX, SSE, SSE2, SSE3, SSE4, AVX, AVX2, AVX512, Virtualization, and General instruction support.
Syntax highlighting.
Expand All @@ -23,9 +23,9 @@ Version v0.4-beta.5 pre-release
- Goto Symbol
- Debugger Support

# v0.4-beta.5 Changes
# v0.4-beta.6 Changes

Added size type prefix for registers.
Added support for commas in directives.

# Complete Changelog

Expand Down Expand Up @@ -71,6 +71,7 @@ Version v0.4-beta.5 pre-release
Added ability to use non-local to macro labels.
Macro parameters can now be any expression or mnemonic.
Added size type prefix for registers.
Added support for commas in directives. Thanks to github.com/snowwm.

# License

Expand Down
5 changes: 3 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<idea-plugin>
<id>com.nasmlanguage</id>
<name>NASM Assembly Language</name>
<version>0.4-beta.5</version>
<version>0.4-beta.6</version>
<vendor email="[email protected]" url="https://github.com/ajkhoury">Aidan Khoury</vendor>

<description><![CDATA[
<h1>NASM assembly language for JetBrains IDEs</h1>
<br>
<h2>Version v0.4-beta.5 pre-release</h2>
<h2>Version v0.4-beta.6 pre-release</h2>
<br>
<h3>Features</h3>
<ul>
Expand Down Expand Up @@ -73,6 +73,7 @@
<li>Added ability to use non-local to macro labels.</li>
<li>Macro parameters can now be any expression or mnemonic.</li>
<li>Added size type prefix for registers.</li>
<li>Added support for commas in directives.</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 2479e8d

Please sign in to comment.