diff --git a/Editor/Pipeline.cs b/Editor/Pipeline.cs index 71c708a..22b6d6f 100644 --- a/Editor/Pipeline.cs +++ b/Editor/Pipeline.cs @@ -40,7 +40,7 @@ public enum MaterialQuality { None, Default, High, Baked } public static class Pipeline { - public const string VERSION = "1.3.2"; + public const string VERSION = "1.3.3"; #if HDRP_10_5_0_OR_NEWER // version diff --git a/package.json b/package.json index 9535dc3..ad24f5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.soupday.cc3_unity_tools", - "version": "1.3.2", + "version": "1.3.3", "displayName": "CC/iC Unity Tools HDRP", "description": "Unity importer for Character Creator 3 & 4 and iClone 7 and 8.", "unity": "2020.3",