Skip to content

Commit

Permalink
Prepare release 1.0.2
Browse files Browse the repository at this point in the history
- Update changelog
- bump bugfix version
  • Loading branch information
Mishkun committed Nov 11, 2021
1 parent 9d4209a commit 914a8ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "io.github.mishkun"
version = "1.0"
version = "1.0.2"

repositories {
mavenCentral()
Expand All @@ -20,9 +20,7 @@ intellij {
version.set("2020.3")
}
tasks.withType<org.jetbrains.intellij.tasks.PatchPluginXmlTask> {
changeNotes.set("""
Add change notes here.<br>
<em>most HTML tags may be used</em>""")
changeNotes.set("""Fix java.io.IOException by @riegersan""")
sinceBuild.set("183")
untilBuild.set("")
}

0 comments on commit 914a8ef

Please sign in to comment.