Skip to content

Commit b305820

Browse files
committed
Version bump
1 parent 6784b1b commit b305820

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.travis/release

Whitespace-only changes.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### [ver 1.1.0](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/v1.1.0)
2+
3+
* [#5] Support Kotlin
4+
15
### [ver 1.0.1](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/v1.0.1)
26

37
* [#12] Support inserting onRequestPermissionsResult/onActivityResult call

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.0.2-SNAPSHOT'
36+
version '1.1.0'
3737

3838
repositories {
3939
mavenCentral()

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

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

1212
<change-notes><![CDATA[
13-
<p>1.0.1</p>
13+
<p>1.1.0</p>
1414
<ul>
15-
<li>[#12] Support inserting onRequestPermissionsResult/onActivityResult call</li>
15+
<li>[#5] Support Kotlin</li>
1616
</ul>
1717
<p>Older version changes are listed on <a href="https://github.com/shiraji/permissions-dispatcher-plugin/blob/master/CHANGELOG.md">CHANGELOG.md</a></p>
1818
]]>

0 commit comments

Comments
 (0)