Skip to content

Commit

Permalink
Updated plugin to support new versions of IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
madwareru committed Apr 28, 2022
1 parent 1ba6160 commit da2dd00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# RON Extended Support Changelog

## [Unreleased]
### Fixed
- Updated plugin to support new versions of IDE

## [0.2.7]
### Fixed
- Fixed char literal parsing. Now we support simple char literals.
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

pluginGroup = com.github.madwareru.intellijronremix
pluginName = RON Extended Support
pluginVersion = 0.2.7
pluginVersion = 0.2.8

pluginSinceBuild = 203
pluginUntilBuild = 213.*
pluginSinceBuild = 213
pluginUntilBuild = 221.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
pluginVerifierIdeVersions = 2021.2, 2021.3
pluginVerifierIdeVersions = 2021.3, 2022.1

platformType = IC
platformVersion = 2021.3
platformVersion = 2022.1
platformDownloadSources = true
# Plugin Dependencies -> https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand Down

0 comments on commit da2dd00

Please sign in to comment.