Skip to content

Commit 01c54d6

Browse files
committed
Version bump
1 parent 5d41ab9 commit 01c54d6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.travis/release

Whitespace-only changes.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [ver 1.3.1](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.3.1)
2+
3+
* Add NonNull annotation #28
4+
* Show/Hide maxSdkVersion panel based on PD version #30
5+
* Add final to PermissionRequest parameter #31
6+
17
### [ver 1.3.0](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.3.0)
28

39
* [#26] Support maxSdkVersion

VERSION

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

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

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

1212
<change-notes><![CDATA[
13-
<p>1.3.0</p>
13+
<p>1.3.1</p>
1414
<ul>
15-
<li>[#26] Support maxSdkVersion</li>
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>
1618
</ul>
1719
<p>Older version changes are listed on <a href="https://github.com/shiraji/permissions-dispatcher-plugin/blob/master/CHANGELOG.md">CHANGELOG.md</a></p>
1820
]]>

0 commit comments

Comments
 (0)