diff --git a/clients/intellij/build.gradle.kts b/clients/intellij/build.gradle.kts index 59fd03c..de804d4 100644 --- a/clients/intellij/build.gradle.kts +++ b/clients/intellij/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "com.tabbyml" -version = "0.1.1" +version = "0.1.2" repositories { mavenCentral() diff --git a/clients/intellij/src/main/resources/META-INF/plugin.xml b/clients/intellij/src/main/resources/META-INF/plugin.xml index 29be4cb..9d1af8b 100644 --- a/clients/intellij/src/main/resources/META-INF/plugin.xml +++ b/clients/intellij/src/main/resources/META-INF/plugin.xml @@ -21,7 +21,6 @@ If you encounter any problem or have any suggestion, please open an issue, or join our Slack community for more support!

Demo

Try our online demo here.

-

Demo

Requirements

Tabby plugin requires Node.js 16.0+ installed and added into PATH enviroment variable.

Get Started