Skip to content

Commit

Permalink
[2023.2.1] Blend-Charm 2023.2.1 release~
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackStartx committed Aug 12, 2023
1 parent 6c587a3 commit e1abce5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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"
version = "2023.2.1"

java {
sourceCompatibility = JavaVersion.VERSION_17
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 @@ -2,7 +2,7 @@
<id>org.blackstartx.blend-charm</id>
<name>Blend-Charm</name>
<vendor email="[email protected]">BlackStartx</vendor>
<version>2023.2</version>
<version>2023.2.1</version>

<description><![CDATA[
A PyCharm Plugin that simplify the development of Blender Add-On inside the PyCharm IDE.
Expand Down
4 changes: 2 additions & 2 deletions update-urls/community-edition/updatePlugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<!-- Community Edition - Self Update URL -->

<plugins>
<plugin id="org.blackstartx.blend-charm" version="2023.2"
url="https://github.com/BlackStartx/PyCharm-Blender-Plugin/releases/download/v2023.2/Blend-Charm.2023.2.Community.Edition.zip">
<plugin id="org.blackstartx.blend-charm" version="2023.2.1"
url="https://github.com/BlackStartx/PyCharm-Blender-Plugin/releases/download/v2023.2.1/Blend-Charm.2023.2.1.Community.Edition.zip">
<vendor email="[email protected]" url="">BlackStartx</vendor>
<name>Blend-Charm</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions update-urls/professional-edition/updatePlugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<!-- Professional Edition - Self Update URL -->

<plugins>
<plugin id="org.blackstartx.blend-charm" version="2023.2"
url="https://github.com/BlackStartx/PyCharm-Blender-Plugin/releases/download/v2023.2/Blend-Charm.2023.2.Professional.Edition.zip">
<plugin id="org.blackstartx.blend-charm" version="2023.2.1"
url="https://github.com/BlackStartx/PyCharm-Blender-Plugin/releases/download/v2023.2.1/Blend-Charm.2023.2.1.Professional.Edition.zip">
<vendor email="[email protected]" url="">BlackStartx</vendor>
<name>Blend-Charm</name>
<description>
Expand Down

0 comments on commit e1abce5

Please sign in to comment.