Skip to content

Commit 6c9fd3e

Browse files
committed
Version bump
1 parent 8cf60be commit 6c9fd3e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.travis/release

Whitespace-only changes.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### [ver 1.4.7](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.4.7)
2+
3+
* "Generate Runtime Permissions" not work in Kotlin file #75 - Thanks @sckm
4+
15
### [ver 1.4.6](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.4.6)
26

37
* "Add a delegation method call" inside NeedsPermission method #67

VERSION

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

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
]]></description>
1111

1212
<change-notes><![CDATA[
13-
<p>1.4.6</p>
13+
<p>1.4.7</p>
1414
<ul>
15-
<li>"Add a delegation method call" inside NeedsPermission method #67</li>
16-
<li>"Add a delegation method call" outside of method #66</li>
15+
<li>"Generate Runtime Permissions" not work in Kotlin file #75 - Thanks @sckm</li>
1716
</ul>
1817
<p>Older version changes are listed on <a href="https://github.com/shiraji/permissions-dispatcher-plugin/blob/master/CHANGELOG.md">CHANGELOG.md</a></p>
1918
]]>

0 commit comments

Comments
 (0)