Skip to content

Commit

Permalink
feat: 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsonglew committed Apr 9, 2023
1 parent 771486e commit 069eb21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.github.tsonglew"
version = "1.3.0"
version = "1.3.1"

repositories {
mavenCentral()
Expand All @@ -22,7 +22,7 @@ intellij {
}

dependencies {
implementation("io.etcd:jetcd-core:0.7.3") {
implementation("io.etcd:jetcd-core:0.7.5") {
exclude(group = "org.slf4j", module = "slf4j-api")
}
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
Expand Down
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 @@ -2,6 +2,10 @@
<idea-plugin>
<!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. -->
<change-notes><![CDATA[
1.3.1<br>
<ul>
<li>fix: jetbrains ide 2023.1 compatibility</li>
</ul>
1.3.0<br>
<ul>
<li>support etcd watch, for for details: <a href="https://github.com/tsonglew/intellij-etcdhelper#watch">intellij-etcdhelper watch</a></li>
Expand Down

0 comments on commit 069eb21

Please sign in to comment.