Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
shuzijun committed Aug 12, 2024
1 parent 1196129 commit 653345c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
[![捐赠][badge:donate-zh]][shuzijun-donate]
[![内推][badge:referrals]][shuzijun-referrals]

## 8.14.0

### Added

### Changed

### Deprecated

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


## 8.13.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java-library'
id 'org.jetbrains.intellij' version '1.14.2'
id 'org.jetbrains.intellij' version '1.17.4'
id("org.jetbrains.kotlin.jvm") version "1.9.23"
id 'org.jetbrains.changelog' version "1.3.1"
id "de.undercouch.download" version "4.0.2"
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.13
pluginVersion = 8.14

pluginSinceBuild = 203.0
pluginUntilBuild =
Expand Down

0 comments on commit 653345c

Please sign in to comment.