Skip to content

Commit

Permalink
Merge pull request #20 from madwareru/fixes/19_support-idea-2021-3
Browse files Browse the repository at this point in the history
Update to support IDEA 2021.3
  • Loading branch information
madwareru authored Dec 5, 2021
2 parents 60fcf52 + 96ebfa1 commit 78bdf09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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.5]
### Fixed
- Fixed incorrect parsing of binary and octal literals (an incorrect literals where considered fine
Expand Down
8 changes: 4 additions & 4 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.5
pluginVersion = 0.2.6

pluginSinceBuild = 203
pluginUntilBuild = 212.*
pluginUntilBuild = 213.*
# 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 = 2020.3.2, 2021.1, 2021.2
pluginVerifierIdeVersions = 2021.2, 2021.3

platformType = IC
platformVersion = 2021.2
platformVersion = 2021.3
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 78bdf09

Please sign in to comment.