Skip to content

Commit 653345c

Browse files
committed
version
1 parent 1196129 commit 653345c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
[![捐赠][badge:donate-zh]][shuzijun-donate]
88
[![内推][badge:referrals]][shuzijun-referrals]
99

10+
## 8.14.0
11+
12+
### Added
13+
14+
### Changed
15+
16+
### Deprecated
17+
18+
### Fixed
19+
- fix [#726](https://github.com/shuzijun/leetcode-editor/issues/726)
20+
-
21+
### Removed
22+
23+
1024
## 8.13.0
1125

1226
### Added

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'org.jetbrains.intellij' version '1.14.2'
3+
id 'org.jetbrains.intellij' version '1.17.4'
44
id("org.jetbrains.kotlin.jvm") version "1.9.23"
55
id 'org.jetbrains.changelog' version "1.3.1"
66
id "de.undercouch.download" version "4.0.2"

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginGroup = com.shuzijun.leetcode
22
pluginName = leetcode-editor
3-
pluginVersion = 8.13
3+
pluginVersion = 8.14
44

55
pluginSinceBuild = 203.0
66
pluginUntilBuild =

0 commit comments

Comments
 (0)