Skip to content

Commit

Permalink
doc: [readme] eap channel install
Browse files Browse the repository at this point in the history
  • Loading branch information
tsonglew committed Sep 20, 2023
1 parent 88fb12e commit 6880eab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ a simple intellij platform etcd plugin
- [Notification](#get-notification-when-event-triggered)
- [Install](#install)
- [JetBrains Plugins](#jetbrains-plugins)
- [Stable Version](#stable-version)
- [EAP Version](#eap-version)
- [Manually](#manually)
- [Download GitHub Releases](#download-github-releases)
- [Install from disk](#install-from-disk)
Expand Down Expand Up @@ -61,7 +63,15 @@ a simple intellij platform etcd plugin

## JetBrains Plugins

[JetBrains Plugins](https://plugins.jetbrains.com/plugin/19924-etcdhelper)
### Stable Version

[EtcdHelper on JetBrains Plugins Marketplace](https://plugins.jetbrains.com/plugin/19924-etcdhelper)

### EAP Version

See [Configuring a Custom Channel in IntelliJ Platform Based IDEs](https://plugins.jetbrains.com/docs/marketplace/custom-release-channels.html#9efde0b8)
and install from EAP channel


## Manually

Expand Down
2 changes: 1 addition & 1 deletion 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.4.1-rc1"
version = "1.4.1-rc2"

repositories {
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
1.4.1<br>
<ul>
<li> fix usage of scheduled for removal API </li>
<li> make etcd value preview panel vertical-scrollable, authored by <a href="https://github.com/machenity">machenity</a></li>
</ul>
1.4.0<br>
<ul>
Expand Down

0 comments on commit 6880eab

Please sign in to comment.