Skip to content

Commit

Permalink
Merge pull request #42 from asyncapi/release/2.3.1
Browse files Browse the repository at this point in the history
release: 2.3.1
  • Loading branch information
Pakisan authored Dec 6, 2023
2 parents 5e1098c + 7dfb970 commit d1113bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.asyncapi.plugin.idea"
version = "2.3.0+jre17"
version = "2.3.1+jre17"

repositories {
mavenCentral()
Expand All @@ -23,16 +23,14 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version.set("2023.2")
version.set("2023.1.5")
plugins.set(listOf("yaml"))
}
tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml") {
sinceBuild.set("223")
untilBuild.set("232.*")
changeNotes.set("""
<p>AsyncAPI 2.6.0</p>
<p>New icons</p>
<p>New plugin description</p>
<p>Fixed issue with svg icon rendering, which was blocking showing of context menu with new files (right click, new)</p>
""".trimIndent())
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/icons/asyncapi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1113bd

Please sign in to comment.