Skip to content

Commit

Permalink
moved to beta version, preparing for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
dperini committed Nov 26, 2016
1 parent b59aa15 commit 76aa239
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/nwmatcher-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* nwmatcher-base.js - A fast CSS selector engine and matcher
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 1.3.9
* Version: 1.4.0beta
* Created: 20070722
* Release: 20161026
* Release: 20161126
*
* License:
* http://javascript.nwbox.com/NWMatcher/MIT-LICENSE
Expand All @@ -28,7 +28,7 @@

})(this, function(global) {

var version = 'nwmatcher-1.3.9',
var version = 'nwmatcher-1.4.0beta',

doc = global.document,
root = doc.documentElement,
Expand Down
6 changes: 3 additions & 3 deletions src/nwmatcher-noqsa.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* nwmatcher-noqsa.js - A fast CSS selector engine and matcher
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 1.3.9
* Version: 1.4.0beta
* Created: 20070722
* Release: 20161026
* Release: 20161126
*
* License:
* http://javascript.nwbox.com/NWMatcher/MIT-LICENSE
Expand All @@ -28,7 +28,7 @@

})(this, function(global) {

var version = 'nwmatcher-1.3.9',
var version = 'nwmatcher-1.4.0beta',

doc = global.document,
root = doc.documentElement,
Expand Down
6 changes: 3 additions & 3 deletions src/nwmatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* nwmatcher.js - A fast CSS selector engine and matcher
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 1.3.9
* Version: 1.4.0beta
* Created: 20070722
* Release: 20161026
* Release: 20161126
*
* License:
* http://javascript.nwbox.com/NWMatcher/MIT-LICENSE
Expand All @@ -28,7 +28,7 @@

})(this, function(global) {

var version = 'nwmatcher-1.3.9',
var version = 'nwmatcher-1.4.0beta',

// processing context & root element
doc = global.document,
Expand Down

0 comments on commit 76aa239

Please sign in to comment.