Skip to content

Commit 4c81940

Browse files
committed
publish version 0.1.3
1 parent 06912c3 commit 4c81940

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'eu.long1.flutter'
7-
version '0.0.8+1'
7+
version '0.1.3'
88

99
repositories {
1010
mavenCentral()

src/main/resources/META-INF/plugin.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>FlutterI18n</id>
33
<name>Flutter i18n</name>
4-
<version>0.0.8+1</version>
4+
<version>0.1.3</version>
55
<vendor email="[email protected]">long1eu</vendor>
66
<depends>com.intellij.modules.json</depends>
77
<depends>com.intellij.modules.lang</depends>
@@ -14,6 +14,11 @@
1414
</description>
1515

1616
<change-notes><![CDATA[
17+
<p><strong><span style="font-size: 18px;">0.1.3 - 2018.3</span></strong></p>
18+
<ul>
19+
<li>fix plurals searching</li>
20+
</ul>
21+
1722
<p><strong><span style="font-size: 18px;">0.0.8</span></strong></p>
1823
<ul>
1924
<li>escape dollar sign</li>

0 commit comments

Comments
 (0)