Skip to content

Commit 3eeb626

Browse files
committed
Bump version
1 parent e213a15 commit 3eeb626

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.1.1](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/v1.1.1)
2+
3+
* [#16] Support inserting onRequestPermissionsResult/onActivityResult call for Kotlin
4+
* [#18][#20] Fix NullPointerException when PermissionsDispatcher is not set as dependancy
5+
16
### [ver 1.1.0](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/v1.1.0)
27

38
* [#5] Support Kotlin

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ intellij {
3333
}
3434

3535
group 'com.github.shiraji.permissionsdispatcherplugin'
36-
version '1.1.1-SNAPSHOT'
36+
version '1.1.1'
3737

3838
repositories {
3939
mavenCentral()

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

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

1212
<change-notes><![CDATA[
13-
<p>1.1.0</p>
13+
<p>1.1.1</p>
1414
<ul>
15-
<li>[#5] Support Kotlin</li>
15+
<li>[#16] Support inserting onRequestPermissionsResult/onActivityResult call for Kotlin</li>
16+
<li>[#18][#20] Fix NullPointerException when PermissionsDispatcher is not set as dependancy</li>
1617
</ul>
1718
<p>Older version changes are listed on <a href="https://github.com/shiraji/permissions-dispatcher-plugin/blob/master/CHANGELOG.md">CHANGELOG.md</a></p>
1819
]]>

0 commit comments

Comments
 (0)