From b5b7638ea7ee524b8fc35d441e915da9a88aa898 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Fri, 1 Nov 2013 16:41:14 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ PocketSharp/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8297195..38283d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.2.2 (2013-11-01) + +- Password validation in RegisterAccount + ### 2.2.1 (2013-10-27) - Fix NReadability parsing issue diff --git a/PocketSharp/Properties/AssemblyInfo.cs b/PocketSharp/Properties/AssemblyInfo.cs index b51fd5f..e385ee7 100644 --- a/PocketSharp/Properties/AssemblyInfo.cs +++ b/PocketSharp/Properties/AssemblyInfo.cs @@ -25,5 +25,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("2.2.1")] -[assembly: AssemblyFileVersion("2.2.1")] \ No newline at end of file +[assembly: AssemblyVersion("2.2.2")] +[assembly: AssemblyFileVersion("2.2.2")] \ No newline at end of file