Skip to content

Commit

Permalink
plugin: update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
gileli121 committed Apr 25, 2021
1 parent 378acfc commit 95504a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JAVA/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.glasscode'
version '1.2.1-SNAPSHOT'
version '1.2.2-SNAPSHOT'
def isDebugMode = false // If false it will use the debug version of the renderer

repositories {
Expand Down
5 changes: 5 additions & 0 deletions JAVA/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
</description>
<change-notes>
<![CDATA[
<p>1.2.2</p>
<ul>
<li>Fixed: Issue that the plugin is not compatible with 2021.1 releases</li>
<li>Changed: The plugin will not use NVIDIA CUDA GPU acceleration by default to ensure that it will work for any computer</li>
</ul>
<p>1.2.1</p>
<ul>
<li>Remove the "Paid" tag from plugin</li>
Expand Down

0 comments on commit 95504a6

Please # to comment.