Skip to content

Commit f9388c9

Browse files
committed
update version
1 parent 09398e4 commit f9388c9

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

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

10+
## 8.3.0
11+
12+
### Added
13+
14+
### Changed
15+
16+
### Deprecated
17+
18+
### Fixed
19+
- fix [#545](https://github.com/shuzijun/leetcode-editor/issues/545)
20+
- fix [#538](https://github.com/shuzijun/leetcode-editor/issues/538)
21+
22+
### Removed
23+
24+
1025
## 8.2.0
1126

1227
### 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.7.0-SNAPSHOT'
3+
id 'org.jetbrains.intellij' version '1.7.0'
44
id 'org.jetbrains.changelog' version "1.3.1"
55
id "de.undercouch.download" version "4.0.2"
66
}

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pluginGroup = com.shuzijun.leetcode
22
pluginName = leetcode-editor
3-
pluginVersion = 8.2
3+
pluginVersion = 8.3
44

5-
pluginSinceBuild = 202.0
5+
pluginSinceBuild = 203.0
66
pluginUntilBuild =
77
pluginDescription = doc/description.html
88

99
platformType = IU
1010
platformVersion = 2022.1
1111

1212
# ,-Dide.browser.jcef.log.level=verbose,-Duser.language=en-US
13-
runIdeJvmArgs = -Dfile.encoding=utf-8,-Duser.language=en-US
13+
runIdeJvmArgs = -Dfile.encoding=utf-8

0 commit comments

Comments
 (0)