Skip to content

Commit c6bef37

Browse files
committed
Support 243.*
1 parent 6425518 commit c6bef37

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Support `243.*`.
10+
711
## [0.0.2] - 2024-05-23
812

913
### Added

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = com.coder.jetbrains
44
pluginName = coder-gateway-backend
55
pluginRepositoryUrl = https://github.com/coder/jetbrains-backend-coder
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.2
7+
pluginVersion = 0.0.3
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 223
11-
pluginUntilBuild = 242.*
11+
pluginUntilBuild = 243.*
1212

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

0 commit comments

Comments
 (0)