From c8c475711528f8e9cf9b00c63630a4485783a48d Mon Sep 17 00:00:00 2001 From: Antoine Aflalo Date: Thu, 24 Nov 2016 21:05:23 -0500 Subject: [PATCH] Bump version Fixes #123 --- SoundSwitch/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoundSwitch/Properties/AssemblyInfo.cs b/SoundSwitch/Properties/AssemblyInfo.cs index 7117cb2d50..30997a8757 100644 --- a/SoundSwitch/Properties/AssemblyInfo.cs +++ b/SoundSwitch/Properties/AssemblyInfo.cs @@ -35,4 +35,4 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.12.0.*")] +[assembly: AssemblyVersion("3.12.1.*")]