From 4871c0b7d8c4daa2f3e0e4c6b3adb931bc6e17ed Mon Sep 17 00:00:00 2001 From: Jaroslaw Waliszko Date: Tue, 28 Jul 2015 22:29:37 +0200 Subject: [PATCH] Version up. --- src/ExpressiveAnnotations/Properties/AssemblyInfo.cs | 4 ++-- src/expressive.annotations.validate.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ExpressiveAnnotations/Properties/AssemblyInfo.cs b/src/ExpressiveAnnotations/Properties/AssemblyInfo.cs index 557efbb..4232db7 100644 --- a/src/ExpressiveAnnotations/Properties/AssemblyInfo.cs +++ b/src/ExpressiveAnnotations/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ // 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.3.0.0")] -[assembly: AssemblyFileVersion("2.3.0.0")] +[assembly: AssemblyVersion("2.3.1.0")] +[assembly: AssemblyFileVersion("2.3.1.0")] diff --git a/src/expressive.annotations.validate.js b/src/expressive.annotations.validate.js index 7e6fea1..edeb17d 100644 --- a/src/expressive.annotations.validate.js +++ b/src/expressive.annotations.validate.js @@ -1,4 +1,4 @@ -/* expressive.annotations.validate.js - v2.5.0 +/* expressive.annotations.validate.js - v2.5.1 * Client-side component of ExpresiveAnnotations - annotation-based conditional validation library. * https://github.com/JaroslawWaliszko/ExpressiveAnnotations *