Skip to content

Commit

Permalink
Version 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Polák committed Nov 11, 2022
1 parent 2be49f5 commit 4e0ab6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id("org.jetbrains.intellij") version "1.9.0"
}

val pluginVersion = "1.23-SNAPSHOT"
val pluginVersion = "1.23"

group = "com.darkyen"
version = pluginVersion
Expand All @@ -33,7 +33,7 @@ intellij {
updateSinceUntilBuild.set(false)
instrumentCode.set(false)

plugins.add("PsiViewer:222-SNAPSHOT")
//plugins.add("PsiViewer:222-SNAPSHOT")
}

tasks {
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@

<change-notes><![CDATA[
<ul>
<li></li>
<li>Improve autocomplete</li>
<li>Include a set of built-in GLSL functions for autocomplete</li>
<li>Fix bug which could cause working with for loops to freeze the IDE</li>
</ul>
<br/>
<p>Please <a href="https://github.com/Darkyenus/glsl4idea/issues/new">report</a> any bugs you find. Support in form of kind reviews or <a href="https://ko-fi.com/darkyen">sponsorships</a> is appreciated.</p>
Expand Down

0 comments on commit 4e0ab6b

Please sign in to comment.