Skip to content

Commit

Permalink
Version 1.24-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Polák committed Nov 11, 2022
1 parent 4e0ab6b commit d110ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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"
val pluginVersion = "1.24-SNAPSHOT"

group = "com.darkyen"
version = pluginVersion
Expand Down
6 changes: 2 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
~ Copyright 2010 Jean-Paul Balabanian and Yngve Devik Hammersland
~ Copyright 2021 Jan Polák
~ Copyright 2021-2022 Jan Polák
~
~ This file is part of glsl4idea.
~
Expand Down Expand Up @@ -36,9 +36,7 @@

<change-notes><![CDATA[
<ul>
<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>
<li></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 d110ae8

Please sign in to comment.