Skip to content

Commit

Permalink
Fix Shaderblow tag (jitpack)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonihele committed Nov 11, 2023
1 parent cce6e4b commit 75aea92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public enum AdditionalLibrary implements TemplateLibrary {
SHADERBLOW_EX("ShaderBlowEx", NbBundle.getMessage(AdditionalLibrary.class,
"additionalLibrary.shaderblowex.description"),
"com.github.polincdev", "ShaderBlowEx",
"master-SNAPSHOT", false),
"-SNAPSHOT", false),
SIO2("SiO2", NbBundle.getMessage(AdditionalLibrary.class,
"additionalLibrary.sio2.description"),
"com.simsilica", "sio2",
Expand Down

0 comments on commit 75aea92

Please sign in to comment.