From 45c57b47a7b8cc5e364f46e0cbcd984099025a08 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Wed, 16 Mar 2016 21:21:18 +0100 Subject: [PATCH] Updated version to 1.0.2.2 --- CUE.NET.nuspec | 2 +- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CUE.NET.nuspec b/CUE.NET.nuspec index da80755..15ddf82 100644 --- a/CUE.NET.nuspec +++ b/CUE.NET.nuspec @@ -3,7 +3,7 @@ CUE.NET CUE.NET - 1.0.2.1 + 1.0.2.2 Darth Affe Darth Affe https://github.com/DarthAffe/CUE.NET diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index e064393..4162a10 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 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.2.1")] -[assembly: AssemblyFileVersion("1.0.2.1")] +[assembly: AssemblyVersion("1.0.2.2")] +[assembly: AssemblyFileVersion("1.0.2.2")]