Skip to content

Commit b9a8891

Browse files
committed
Update vertion to 1.1.3
1 parent 25b8286 commit b9a8891

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

UPDATES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes Log
22
===
33

4+
### 1.1.3
5+
6+
- Fix compatibility on Android Studio
7+
48
### 1.1.2
59

610
- Replace most code with kotlin

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin_name=Tinify Picture
2-
plugin_version=1.1.2
2+
plugin_version=1.1.3
33

44
#systemProp.http.proxyHost=127.0.0.1
55
#systemProp.http.proxyPort=37225

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<idea-plugin url="https://github.com/alvince/IDEA-Pic-Tinify">
22
<id>com.alvincezy.TinyPic2</id>
33
<name>Tinify Picture</name>
4-
<version>1.1.2</version>
4+
<version>1.1.3</version>
55
<vendor email="alvince.zy@gmail.com" url="https://github.com/alvince/">alvince</vendor>
66

77
<description><![CDATA[
88
<h1>Tinify Picture</h1>
99
<br/>
1010
<p>
1111
<b>
12-
<a href="https://github.com/alvince/TinyPic2">GitHub</a>
12+
<a href="https://github.com/alvince/IDEA-Pic-Tinify">GitHub</a>
1313
&nbsp;|&nbsp;
14-
<a href="https://github.com/alvince/TinyPic2/issues">Issues</a>
14+
<a href="https://github.com/alvince/IDEA-Pic-Tinify/issues">Issues</a>
1515
</b>
1616
</p>
1717
<p>
@@ -28,10 +28,9 @@
2828

2929
<change-notes><![CDATA[
3030
<ul>
31-
<li>Replace most code with kotlin</li>
32-
<li>Few optimize</li>
31+
<li>Fix compatibility on Android Studio</li>
3332
</ul>
34-
<a href="https://github.com/alvince/IDEA-Pic-Tinify/blob/master/UPDATES.md">Full Changelog History</a>
33+
Full Changelog <a href="https://github.com/alvince/IDEA-Pic-Tinify/blob/master/UPDATES.md">History</a>
3534
]]></change-notes>
3635

3736
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->

0 commit comments

Comments
 (0)