From ebe313977b80455160f24d7c93e941b9be9501a8 Mon Sep 17 00:00:00 2001 From: Brad Barnhill Date: Sun, 15 Apr 2018 20:22:42 -0500 Subject: [PATCH] bump version for 1.3.0 release --- BarcodeLib/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BarcodeLib/Properties/AssemblyInfo.cs b/BarcodeLib/Properties/AssemblyInfo.cs index fde2243..3a91e1c 100644 --- a/BarcodeLib/Properties/AssemblyInfo.cs +++ b/BarcodeLib/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")]