Skip to content

Commit 5f58ff2

Browse files
committed
Version bump
1 parent 302704a commit 5f58ff2

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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.5](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.4.5)
2+
3+
* Action for adding `XXXDispacher.functionWith (this)` #53
4+
15
### [ver 1.4.4](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.4.4)
26

37
* Fix exclude syntax #58

VERSION

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

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

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

1212
<change-notes><![CDATA[
13-
<p>1.4.4</p>
13+
<p>1.4.5</p>
1414
<ul>
15-
<li>Fix exclude syntax #58</li>
16-
<li>Make kotlin optional #60</li>
17-
<li>Make shorter popup title #62</li>
15+
<li>Action for adding `XXXDispacher.functionWith (this)` #53</li>
1816
</ul>
1917
<p>Older version changes are listed on <a href="https://github.com/shiraji/permissions-dispatcher-plugin/blob/master/CHANGELOG.md">CHANGELOG.md</a></p>
2018
]]>

0 commit comments

Comments
 (0)