We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7308bd commit c0ef53aCopy full SHA for c0ef53a
com.unity.toonshader/Runtime/Scripts/ToonConstants.cs
@@ -6,7 +6,7 @@ namespace Unity.Rendering.Toon {
6
internal static class ToonConstants {
7
8
internal const string PACKAGE_NAME = "com.unity.toonshader";
9
- internal const string PACKAGE_VERSION_MAJOR_MINOR = "0.12";
+ internal const string PACKAGE_VERSION_MAJOR_MINOR = "0.13";
10
11
internal const string SHADER_KEYWORD_IS_CLIPPING_MATTE = "_IS_CLIPPING_MATTE";
12
0 commit comments