1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-12 15:34:03 +02:00
This commit is contained in:
张志豪 2020-07-24 13:14:00 +00:00
parent 23bedd75c8
commit 950f366013
2 changed files with 8 additions and 1 deletions
gradle.properties
src/main/resources/META-INF

View File

@ -6,5 +6,5 @@ javaVersion=1.8
kotlinVersion=1.3.72
kotlinLanguageVersion=1.3
kotlinTargetVersion=1.3
version=6.6
version=6.8
publishChannels=Stable

View File

@ -57,6 +57,13 @@
]]></description>
<change-notes><![CDATA[
<p>6.8</p>
<ul>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/445">#445: No working on Android Studio canary 4.2</a></li>
<li>Some bug fixs and code refactorings</li>
</ul>
<br/>
<p>6.7</p>
<ul>
<li>Fix NPE</li>