Skip to content

Commit

Permalink
update: version 2022.09.08
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Sep 8, 2022
1 parent 495c649 commit 98f6edf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.muedsa.intellij.text-reader-sidebar-tool'
version '2022.09.06'
version '2022.09.08'

repositories {
mavenCentral()
Expand Down Expand Up @@ -37,4 +37,4 @@ tasks.withType(JavaCompile) {
patchPluginXml {
sinceBuild = "201"
untilBuild = ""
}
}
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
]]></description>

<change-notes><![CDATA[
<h3>2022.09.08</h3>
<ul>
<li>persistent setting/li>
</ul>
<h3>2022.09.06</h3>
<ul>
<li>feat: editor background with reader line</li>
Expand Down

0 comments on commit 98f6edf

Please sign in to comment.