From d4a83cf302dc239e6063346c1c7c48d9968cc9a4 Mon Sep 17 00:00:00 2001
From: Zhiming Ma
Date: Fri, 4 Aug 2023 23:18:02 +0800
Subject: [PATCH] chore: update intellij plugin description. Bump version to
0.1.2. (#337)
---
clients/intellij/build.gradle.kts | 2 +-
clients/intellij/src/main/resources/META-INF/plugin.xml | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
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.
- 
Requirements
Tabby plugin requires Node.js 16.0+ installed and added into PATH enviroment variable.
Get Started