chore(intellij): hotfix intellij plugin version 1.1.2.
parent
e7741114ca
commit
23d8614e56
|
|
@ -1,3 +1,9 @@
|
|||
## 1.1.2
|
||||
|
||||
### Fixes:
|
||||
|
||||
- Added support for IntelliJ Platform IDEs version 2023.3.x.
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Fixes:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "com.tabbyml"
|
||||
version = "1.2.0-dev"
|
||||
version = "1.1.2"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "intellij-tabby",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "IntelliJ plugin for Tabby AI coding assistant.",
|
||||
"repository": "https://github.com/TabbyML/tabby",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue