chore(intellij): hotfix intellij plugin version 1.1.2.

release-fix-intellij-update-support-version-range
Zhiming Ma 2023-12-07 11:57:39 +08:00
parent e7741114ca
commit 23d8614e56
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## 1.1.2
### Fixes:
- Added support for IntelliJ Platform IDEs version 2023.3.x.
## 1.1.1 ## 1.1.1
### Fixes: ### Fixes:

View File

@ -6,7 +6,7 @@ plugins {
} }
group = "com.tabbyml" group = "com.tabbyml"
version = "1.2.0-dev" version = "1.1.2"
repositories { repositories {
mavenCentral() mavenCentral()

View File

@ -1,6 +1,6 @@
{ {
"name": "intellij-tabby", "name": "intellij-tabby",
"version": "1.1.1", "version": "1.1.2",
"description": "IntelliJ plugin for Tabby AI coding assistant.", "description": "IntelliJ plugin for Tabby AI coding assistant.",
"repository": "https://github.com/TabbyML/tabby", "repository": "https://github.com/TabbyML/tabby",
"scripts": { "scripts": {