Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shiraji committed Jan 10, 2017
1 parent 20713d2 commit a70a805
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
Empty file added .travis/release
Empty file.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### [ver 1.4.0](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.4.0)

* Add PermissionsDispatcher to dependencies #22
* Show warning if no PM dependencies found #38

### [ver 1.3.1](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.3.1)

* Add NonNull annotation #28
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
]]>
</change-notes>
```
* Commit & push changes
* `git add .;git commit -m "Version bump";git push origin master`
* Check [travis ci](https://travis-ci.org/shiraji/permissions-dispatcher-plugin) to successfully release the module
* Create Release Tag (Upload archive file as well)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.2-SNAPSHOT
1.4.0
7 changes: 3 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
]]></description>

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

0 comments on commit a70a805

Please sign in to comment.