flabbet 11 months ago
parent
commit
78486d1a9c
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/PixiEditor/Fonts/NodeIcons.cs
  2. 2 2
      src/PixiEditor/Properties/AssemblyInfo.cs

+ 1 - 1
src/PixiEditor/Fonts/NodeIcons.cs

@@ -28,7 +28,7 @@ public static class NodeIcons
             { typeof(EllipseNode), "\ue90d" },
             { typeof(MathNode), "\ue90e" },
             { typeof(KernelFilterNode), "\ue90f" },
-            { typeof(CombineChannelsNode), "\ue910" },
+            { typeof(CombineChannelsNode), "\ue915" },
             { typeof(ColorMatrixFilterNode), "\ue911" },
             { typeof(GrayscaleNode), "\ue912" },
             { typeof(SeparateColorNode), "\ue913" },

+ 2 - 2
src/PixiEditor/Properties/AssemblyInfo.cs

@@ -42,5 +42,5 @@ using System.Windows;
 // You can specify all the values or you can default the Build and Revision Numbers
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.0.0.17")]
-[assembly: AssemblyFileVersion("2.0.0.17")]
+[assembly: AssemblyVersion("2.0.0.18")]
+[assembly: AssemblyFileVersion("2.0.0.18")]