Skip to content

Commit

Permalink
Merge pull request #18 from parlough/feat/intellij-2024-1
Browse files Browse the repository at this point in the history
Mark 2024.1 as supported
  • Loading branch information
rmehri01 authored Jan 30, 2024
2 parents f8867a1 + 6fee0e1 commit f039c74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

### Added

- Support for version 2024.1

## [0.1.1] - 2023-11-09

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ pluginGroup = com.github.rmehri01.onenord
pluginName = OneNord
pluginRepositoryUrl = https://github.com/rmehri01/onenord-jetbrains
# SemVer format -> https://semver.org
pluginVersion = 0.1.1
pluginVersion = 0.1.2

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
pluginUntilBuild = 233.*
pluginSinceBuild = 231
pluginUntilBuild = 241.*

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

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand Down

0 comments on commit f039c74

Please sign in to comment.