Skip to content

Commit

Permalink
Merge pull request #20 from StevenCurran/EAP_Support
Browse files Browse the repository at this point in the history
Add support for 2023.* EAP
  • Loading branch information
parttimenerd authored Nov 27, 2023
2 parents f05c17d + 5859653 commit 7f64949
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

## [Unreleased]

## [0.0.10]

### Added
- Support IntelliJ 2023.3

## [0.0.9]

### Added
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
pluginGroup = me.bechberger
pluginName = intellij-profiler-plugin
# SemVer format -> https://semver.org
pluginVersion = 0.0.9
pluginVersion = 0.0.10

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 221
pluginUntilBuild = 232.*
pluginUntilBuild = 233.*

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
Expand Down

0 comments on commit 7f64949

Please sign in to comment.