Skip to content

Commit

Permalink
变更发布信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonoas committed Jul 9, 2024
1 parent cc5a7aa commit 4de585d
Showing 1 changed file with 2 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 'indi.bookmarkx'
version '1.2.2'
version '1.2.3'

repositories {
mavenLocal()
Expand All @@ -29,7 +29,7 @@ intellij {
patchPluginXml {
sinceBuild = '210.0'
untilBuild = "233.*"
changeNotes = "1. 修复文本变动时,标签导航定位偏差问题<br>"
changeNotes = "1. 修复已知的 BUG<br> 2. 添加书签导航目标消失后的图标变化"
}

tasks.named('initializeIntelliJPlugin') {
Expand Down

0 comments on commit 4de585d

Please sign in to comment.