Skip to content

Commit b781a48

Browse files
committed
Bump version and try to set to 213+
1 parent 44fbbd9 commit b781a48

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
## [Unreleased]
66

7-
## [2.0.11]
7+
## [2.0.12]
88
### Changed
99
- Update compatability settings to 213+

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tasks {
6161
patchPluginXml {
6262
version.set(properties("pluginVersion"))
6363
sinceBuild.set(properties("pluginSinceBuild"))
64-
untilBuild.set(properties("pluginUntilBuild"))
64+
untilBuild.set("")
6565

6666
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
6767
pluginDescription.set(

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
pluginGroup = edu.berkeley.cs61b.plugin
44
pluginName = CS 61B
55
# SemVer format -> https://semver.org
6-
pluginVersion = 2.0.11
6+
pluginVersion = 2.0.12
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild = 213
10-
pluginUntilBuild = 223.*
1110

1211
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
1312
platformType = IC

0 commit comments

Comments
 (0)