diff --git a/build.gradle.kts b/build.gradle.kts
index 63b3fdf..a44e373 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,13 +1,13 @@
plugins {
id("java")
- id("org.jetbrains.intellij") version "1.14.1"
+ id("org.jetbrains.intellij") version "1.16.1"
}
group = "org.blackstartx"
val code = "isCommunity = true"
val path = "src\\main\\java\\plugin_settings\\PluginSettings.java"
val type = if (File(path).readText().contains(code)) "Community" else "Professional"
-version = "2023.2.1"
+version = "2023.3"
java {
sourceCompatibility = JavaVersion.VERSION_17
@@ -19,13 +19,13 @@ repositories {
dependencies {
testImplementation(group = "junit", name = "junit", version = "4.13.2")
- implementation(group = "org.json", name = "json", version = "20230227")
+ implementation(group = "org.json", name = "json", version = "20231013")
}
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
plugins.set(listOf("python"))
- version.set("PY-2023.2")
+ version.set("PY-2023.3")
}
tasks {
buildPlugin {
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 92672f4..8d15552 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -2,7 +2,7 @@
org.blackstartx.blend-charm
Blend-Charm
BlackStartx
- 2023.2.1
+ 2023.3
-
+
BlackStartx
Blend-Charm
diff --git a/update-urls/professional-edition/updatePlugins.xml b/update-urls/professional-edition/updatePlugins.xml
index 4339037..321574b 100644
--- a/update-urls/professional-edition/updatePlugins.xml
+++ b/update-urls/professional-edition/updatePlugins.xml
@@ -5,8 +5,8 @@
-
+
BlackStartx
Blend-Charm