From 17d05d9527f9481f40416775b15fd45e5105c5d7 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Sat, 12 Nov 2016 13:46:53 +0100 Subject: [PATCH] Updated ambilight-example version to 1.0.1 --- .../Example_Ambilight_full/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs b/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs index 08737ed..628706a 100644 --- a/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs +++ b/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs @@ -49,5 +49,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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")]