Skip to content

Commit c0ef53a

Browse files
committed
constants
1 parent b7308bd commit c0ef53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.toonshader/Runtime/Scripts/ToonConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Unity.Rendering.Toon {
66
internal static class ToonConstants {
77

88
internal const string PACKAGE_NAME = "com.unity.toonshader";
9-
internal const string PACKAGE_VERSION_MAJOR_MINOR = "0.12";
9+
internal const string PACKAGE_VERSION_MAJOR_MINOR = "0.13";
1010

1111
internal const string SHADER_KEYWORD_IS_CLIPPING_MATTE = "_IS_CLIPPING_MATTE";
1212

0 commit comments

Comments
 (0)