Skip to content

Commit

Permalink
bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Rakhman committed Jan 3, 2022
1 parent f8ce399 commit 655fe27
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "org.example"
version = "0.1"
version = "0.1.1"

repositories {
mavenCentral()
Expand All @@ -24,7 +24,12 @@ intellij {

tasks {
patchPluginXml {
changeNotes.set("""Initial Release""".trimIndent())
changeNotes.set("""
0.1.1
<ul>
<li>Fix NPE when opening non Angular file</li>
</ul>
""".trimIndent())
version.set(project.version.toString())
sinceBuild.set("212.0")
}
Expand Down

0 comments on commit 655fe27

Please sign in to comment.