Skip to content

Commit 2fa3263

Browse files
committed
Version bump
1 parent b90d242 commit 2fa3263

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.travis/release

Whitespace-only changes.

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### [ver 1.4.6](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.4.6)
2+
3+
* "Add a delegation method call" inside NeedsPermission method #67
4+
* "Add a delegation method call" outside of method #66
5+
16
### [ver 1.4.5](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.4.5)
27

38
* Action for adding `XXXDispacher.functionWith (this)` #53

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.6-SNAPSHOT
1+
1.4.6

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
]]></description>
1111

1212
<change-notes><![CDATA[
13-
<p>1.4.5</p>
13+
<p>1.4.6</p>
1414
<ul>
15-
<li>Action for adding `XXXDispacher.functionWith (this)` #53</li>
15+
<li>"Add a delegation method call" inside NeedsPermission method #67</li>
16+
<li>"Add a delegation method call" outside of method #66</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)