Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shiraji committed Oct 16, 2016
1 parent 5d41ab9 commit 01c54d6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Empty file added .travis/release
Empty file.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [ver 1.3.1](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.3.1)

* Add NonNull annotation #28
* Show/Hide maxSdkVersion panel based on PD version #30
* Add final to PermissionRequest parameter #31

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

* [#26] Support maxSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1-SNAPSHOT
1.3.1
6 changes: 4 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
]]></description>

<change-notes><![CDATA[
<p>1.3.0</p>
<p>1.3.1</p>
<ul>
<li>[#26] Support maxSdkVersion</li>
<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>
</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 01c54d6

Please sign in to comment.