[go: nahoru, domu]

Skip to content

Commit

Permalink
1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
izhangzhihao committed Jan 8, 2022
1 parent 591008b commit aa24a6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ javaVersion=11
kotlinVersion=1.4.21
kotlinLanguageVersion=1.4
kotlinTargetVersion=1.4
version=1.3.5
version=1.3.6
publishChannels=Stable
kotlin.stdlib.default.dependency=false
7 changes: 6 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
]]></description>

<change-notes><![CDATA[
<p>1.3.6</p>
<ul>
<li>Fix missing error report error</li>
</ul>
<br>
<p>1.3.5</p>
<ul>
<li>Fix runtime errors</li>
Expand Down Expand Up @@ -147,7 +153,6 @@
id="fart"/>
<postStartupActivity implementation="com.github.izhangzhihao.rainbow.fart.ResourcesLoader"/>
<postStartupActivity implementation="com.github.izhangzhihao.rainbow.fart.RainbowFartUpdateNotifyActivity"/>
<errorHandler implementation="com.github.izhangzhihao.rainbow.fart.GitHubErrorReporter"/>
<applicationService serviceImplementation="com.github.izhangzhihao.rainbow.fart.settings.RainbowFartSettings"/>
<applicationConfigurable instance="com.github.izhangzhihao.rainbow.fart.settings.RainbowFartConfigurable"/>
<notificationGroup id="Rainbow Farts Notification Group" displayType="STICKY_BALLOON"/>
Expand Down

0 comments on commit aa24a6c

Please sign in to comment.