File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
- ## [ 2.0.11 ]
7
+ ## [ 2.0.12 ]
8
8
### Changed
9
9
- Update compatability settings to 213+
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ tasks {
61
61
patchPluginXml {
62
62
version.set(properties(" pluginVersion" ))
63
63
sinceBuild.set(properties(" pluginSinceBuild" ))
64
- untilBuild.set(properties( " pluginUntilBuild " ) )
64
+ untilBuild.set(" " )
65
65
66
66
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
67
67
pluginDescription.set(
Original file line number Diff line number Diff line change 3
3
pluginGroup = edu.berkeley.cs61b.plugin
4
4
pluginName = CS 61B
5
5
# SemVer format -> https://semver.org
6
- pluginVersion = 2.0.11
6
+ pluginVersion = 2.0.12
7
7
8
8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
9
pluginSinceBuild = 213
10
- pluginUntilBuild = 223.*
11
10
12
11
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
13
12
platformType = IC
You can’t perform that action at this time.
0 commit comments