Skip to content

Commit 95504a6

Browse files
committed
plugin: update version information
1 parent 378acfc commit 95504a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

JAVA/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

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

1010
repositories {

JAVA/src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112
</description>
113113
<change-notes>
114114
<![CDATA[
115+
<p>1.2.2</p>
116+
<ul>
117+
<li>Fixed: Issue that the plugin is not compatible with 2021.1 releases</li>
118+
<li>Changed: The plugin will not use NVIDIA CUDA GPU acceleration by default to ensure that it will work for any computer</li>
119+
</ul>
115120
<p>1.2.1</p>
116121
<ul>
117122
<li>Remove the "Paid" tag from plugin</li>

0 commit comments

Comments
 (0)