Skip to content

Commit a70a805

Browse files
committed
Version bump
1 parent 20713d2 commit a70a805

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
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 1.4.0](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.4.0)
2+
3+
* Add PermissionsDispatcher to dependencies #22
4+
* Show warning if no PM dependencies found #38
5+
16
### [ver 1.3.1](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.3.1)
27

38
* Add NonNull annotation #28

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
]]>
1212
</change-notes>
1313
```
14-
* Commit & push changes
14+
* `git add .;git commit -m "Version bump";git push origin master`
1515
* Check [travis ci](https://travis-ci.org/shiraji/permissions-dispatcher-plugin) to successfully release the module
1616
* Create Release Tag (Upload archive file as well)

VERSION

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

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

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

1212
<change-notes><![CDATA[
13-
<p>1.3.1</p>
13+
<p>1.4.0</p>
1414
<ul>
15-
<li>Add NonNull annotation #28</li>
16-
<li>Show/Hide maxSdkVersion panel based on PD version #30</li>
17-
<li>Add final to PermissionRequest parameter #31</li>
15+
<li>Add PermissionsDispatcher to dependencies #22</li>
16+
<li>Show warning if no PM dependencies found #38</li>
1817
</ul>
1918
<p>Older version changes are listed on <a href="https://github.com/shiraji/permissions-dispatcher-plugin/blob/master/CHANGELOG.md">CHANGELOG.md</a></p>
2019
]]>

0 commit comments

Comments
 (0)