Skip to content

Commit

Permalink
Version up.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaliszko committed May 25, 2014
1 parent f88d730 commit 7f4645a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,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("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* expressive.annotations.analysis.js - v1.2.1
/* expressive.annotations.analysis.js - v1.2.2
* script responsible for logical expressions parsing and computation
* e.g. suppose there is "true && !false" expression given, and we need to know its final logical value:
* var evaluator = new Evaluator();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* expressive.annotations.validate.js - v1.2.1
/* expressive.annotations.validate.js - v1.2.2
* this script is a part of client side component of ExpresiveAnnotations - annotation-based conditional validation library
* copyright (c) 2014 Jaroslaw Waliszko - https://github.com/JaroslawWaliszko
* licensed MIT: http://www.opensource.org/licenses/mit-license.php */
Expand Down
4 changes: 2 additions & 2 deletions src/ExpressiveAnnotations/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,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("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]
2 changes: 1 addition & 1 deletion src/expressive.annotations.analysis.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* expressive.annotations.analysis.js - v1.2.1
/* expressive.annotations.analysis.js - v1.2.2
* script responsible for logical expressions parsing and computation
* e.g. suppose there is "true && !false" expression given, and we need to know its final logical value:
* var evaluator = new Evaluator();
Expand Down
2 changes: 1 addition & 1 deletion src/expressive.annotations.validate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* expressive.annotations.validate.js - v1.2.1
/* expressive.annotations.validate.js - v1.2.2
* this script is a part of client side component of ExpresiveAnnotations - annotation-based conditional validation library
* copyright (c) 2014 Jaroslaw Waliszko - https://github.com/JaroslawWaliszko
* licensed MIT: http://www.opensource.org/licenses/mit-license.php */
Expand Down

0 comments on commit 7f4645a

Please sign in to comment.