Skip to content

Commit

Permalink
publish version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
long1eu committed Nov 19, 2018
1 parent 06912c3 commit 4c81940
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'eu.long1.flutter'
version '0.0.8+1'
version '0.1.3'

repositories {
mavenCentral()
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
@@ -1,7 +1,7 @@
<idea-plugin>
<id>FlutterI18n</id>
<name>Flutter i18n</name>
<version>0.0.8+1</version>
<version>0.1.3</version>
<vendor email="home@long1.eu">long1eu</vendor>
<depends>com.intellij.modules.json</depends>
<depends>com.intellij.modules.lang</depends>
Expand All @@ -14,6 +14,11 @@
</description>

<change-notes><![CDATA[
<p><strong><span style="font-size: 18px;">0.1.3 - 2018.3</span></strong></p>
<ul>
<li>fix plurals searching</li>
</ul>
<p><strong><span style="font-size: 18px;">0.0.8</span></strong></p>
<ul>
<li>escape dollar sign</li>
Expand Down

0 comments on commit 4c81940

Please sign in to comment.