Skip to content

Commit

Permalink
fix #701; fix #702
Browse files Browse the repository at this point in the history
  • Loading branch information
shuzijun committed Mar 11, 2024
1 parent e637e3f commit f95faf4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@
[![捐赠][badge:donate-zh]][shuzijun-donate]
[![内推][badge:referrals]][shuzijun-referrals]

## 8.11.0

### Added

### Changed

### Deprecated

### Fixed
- fix [#701](https://github.com/shuzijun/leetcode-editor/issues/701)

### Removed



## 8.10.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
api 'com.shuzijun:lc-sdk:0.0.2'
api 'com.shuzijun:lc-sdk:0.0.3'
api 'com.alibaba:fastjson:1.2.47'
api 'org.jsoup:jsoup:1.11.3'
api('io.sentry:sentry:1.7.9') {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginGroup = com.shuzijun.leetcode
pluginName = leetcode-editor
pluginVersion = 8.10
pluginVersion = 8.11

pluginSinceBuild = 203.0
pluginUntilBuild =
Expand Down

0 comments on commit f95faf4

Please sign in to comment.