Skip to content

Commit f95faf4

Browse files
committed
fix #701; fix #702
1 parent e637e3f commit f95faf4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
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.11.0
11+
12+
### Added
13+
14+
### Changed
15+
16+
### Deprecated
17+
18+
### Fixed
19+
- fix [#701](https://github.com/shuzijun/leetcode-editor/issues/701)
20+
21+
### Removed
22+
23+
24+
1025
## 8.10.0
1126

1227
### Added

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
}
2222

2323
dependencies {
24-
api 'com.shuzijun:lc-sdk:0.0.2'
24+
api 'com.shuzijun:lc-sdk:0.0.3'
2525
api 'com.alibaba:fastjson:1.2.47'
2626
api 'org.jsoup:jsoup:1.11.3'
2727
api('io.sentry:sentry:1.7.9') {

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.10
3+
pluginVersion = 8.11
44

55
pluginSinceBuild = 203.0
66
pluginUntilBuild =

0 commit comments

Comments
 (0)