Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Dobell committed Dec 27, 2020
1 parent 0590153 commit 7597c61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

version = 1.2.0
version = 1.2.1
# https://github.com/EmmyLua/EmmyLuaDebugger/releases
emmyDebuggerVersion = 1.0.14
# https://github.com/EmmyLua/EmmyLuaLegacyDebugger/releases
Expand Down
7 changes: 6 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
<id>au.com.glassechidna.luanalysis</id>
<name>Luanalysis</name>
<version>1.2.0</version>
<version>1.2.1</version>
<vendor email="contact@glassechidna.com.au">Benjamin Dobell</vendor>
<category>Custom Languages</category>
<description><![CDATA[
An IDE for statically typed Lua development.<br>
<p><a href="https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis">Source Code</a></p>
]]></description>
<change-notes><![CDATA[
<strong>1.2.1</strong>
<ul>
<li>Improved return inspection handling for unions of multiple results</li>
<li>Improved stdlib string module definitions</li>
</ul>
<strong>1.2.0</strong>
<ul>
<li><strong>Requires IntelliJ IDEA 203 (2020.3)</strong></li>
Expand Down

0 comments on commit 7597c61

Please sign in to comment.