bump version

This commit is contained in:
2013-11-01 16:41:14 +01:00
parent 6616c2e223
commit b5b7638ea7
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
### 2.2.2 (2013-11-01)
- Password validation in RegisterAccount
### 2.2.1 (2013-10-27)
- Fix NReadability parsing issue
+2 -2
View File
@@ -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")]
[assembly: AssemblyVersion("2.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]