Skip to content

Commit

Permalink
⬆️ Build since 2022 series
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteVermouth committed Jul 30, 2023
1 parent 78371ba commit cf022d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ pluginName=Dracula Theme
pluginVersion=1.14.3
# 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=231.8770.65, 223.8836.41, 222.4554.10, 221.6008.13
pluginVerifierIdeVersions=232.8660.185, 231.9392.1, 223.8836.41, 222.4554.10
# Plugin Build Platform
platformType=IC
platformVersion=2022.1
platformVersion=2022.2
# Opt-out flag for bundling Kotlin standard library.
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
kotlin.stdlib.default.dependency=false
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Dracula Theme</name>
<vendor email="developer@nszihan.com" url="https://draculatheme.com/jetbrains">Dracula Official</vendor>
<depends>com.intellij.modules.lang</depends>
<idea-version since-build="221"/>
<idea-version since-build="222"/>
<extensions defaultExtensionNs="com.intellij">
<applicationService serviceImplementation="com.draculatheme.jetbrains.settings.DraculaSettings"/>
<postStartupActivity implementation="com.draculatheme.jetbrains.activities.DraculaStartupActivity"/>
Expand Down

0 comments on commit cf022d9

Please sign in to comment.