Skip to content

Commit 02a06ff

Browse files
committed
Version bump
1 parent e12cdf6 commit 02a06ff

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.travis/release

Whitespace-only changes.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### [ver 2.0.0](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/2.0.0)
2+
3+
* .kt file support #80
4+
* v3.x support #79
5+
16
### [ver 1.4.7](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.4.7)
27

38
* "Generate Runtime Permissions" not work in Kotlin file #75 - Thanks @sckm

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.8-SNAPSHOT
1+
2.0.0

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
<vendor email="[email protected]" url="https://github.com/shiraji">Shiraji</vendor>
55

66
<description><![CDATA[
7-
IntelliJ plugin for supporting PermissionsDispatcher. This is NOT official plugin.
7+
IntelliJ plugin for supporting PermissionsDispatcher. This is official plugin.
88
99
PermissionsDispatcher is wonderful library for Runtime Permissions. However, it asks developers "attach annotations" and "delegate to generated class" and then after that "rebuild". It's hard to follow all steps correctly. This plugin generates the skelton of methods for "attach annotations" and "delegate to generated class" using GUI.
1010
]]></description>
1111

1212
<change-notes><![CDATA[
13-
<p>1.4.7</p>
13+
<p>2.0.0</p>
1414
<ul>
15-
<li>"Generate Runtime Permissions" not work in Kotlin file #75 - Thanks @sckm</li>
15+
<li>.kt file support #80</li>
16+
<li>v3.x support #79</li>
1617
</ul>
1718
<p>Older version changes are listed on <a href="https://github.com/shiraji/permissions-dispatcher-plugin/blob/master/CHANGELOG.md">CHANGELOG.md</a></p>
1819
]]>

0 commit comments

Comments
 (0)