Skip to content

Commit

Permalink
bumped version to 1.3.6, no code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dperini committed Jul 13, 2015
1 parent be1fc7f commit fb8288b
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nwmatcher",
"version": "1.3.5",
"version": "1.3.6",
"homepage": "https://github.com/dperini/nwmatcher",
"authors": [
"Diego Perini <diego.perini@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion build/HEADER
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* NWMatcher 1.3.5 - Fast CSS3 Selector Engine
* NWMatcher 1.3.6 - Fast CSS3 Selector Engine
* Copyright (C) 2007-2015 Diego Perini
* See http://nwbox.com/license
*/
2 changes: 1 addition & 1 deletion build/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.5
1.3.6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nwmatcher",
"version": "1.3.5",
"version": "1.3.6",
"description": "A CSS3-compliant JavaScript selector engine.",
"homepage": "http://javascript.nwbox.com/NWMatcher/",
"main": "./src/nwmatcher",
Expand Down
4 changes: 2 additions & 2 deletions src/nwmatcher-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* nwmatcher-base.js - A fast CSS selector engine and matcher
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 1.3.5
* Version: 1.3.6
* Created: 20070722
* Release: 20150710
*
Expand Down Expand Up @@ -47,7 +47,7 @@

})(this, function(global, exports) {

var version = 'nwmatcher-1.3.5',
var version = 'nwmatcher-1.3.6',

Dom = exports,

Expand Down
4 changes: 2 additions & 2 deletions src/nwmatcher-noqsa.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* nwmatcher-noqsa.js - A fast CSS selector engine and matcher
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 1.3.5
* Version: 1.3.6
* Created: 20070722
* Release: 20150710
*
Expand Down Expand Up @@ -47,7 +47,7 @@

})(this, function(global, exports) {

var version = 'nwmatcher-1.3.5',
var version = 'nwmatcher-1.3.6',

Dom = exports,

Expand Down
4 changes: 2 additions & 2 deletions src/nwmatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* nwmatcher.js - A fast CSS selector engine and matcher
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 1.3.5
* Version: 1.3.6
* Created: 20070722
* Release: 20150710
*
Expand Down Expand Up @@ -51,7 +51,7 @@

})(this, function(global, exports) {

var version = 'nwmatcher-1.3.5',
var version = 'nwmatcher-1.3.6',

Dom = exports,

Expand Down
2 changes: 1 addition & 1 deletion test/css3-compat/css3-compat.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var CDN = 'http://ajax.googleapis.com/ajax/libs/',
engines = {
'querySelectorAll': [ 'document.querySelectorAll(s)', '' ],

'nwmatcher-1.3.5': [ 'NW.Dom.select(s)', '../../src/nwmatcher.js' ]
'nwmatcher-1.3.6': [ 'NW.Dom.select(s)', '../../src/nwmatcher.js' ]

// 'base2-2.0alpha1': [ 'base2.dom.querySelectorAll(c,s)', 'lib/base2+dom.js' ],
// 'prototype-1.6.1': [ '$$(s)', CDN + 'prototype/1.6.1.0/prototype.js' ],
Expand Down
4 changes: 2 additions & 2 deletions test/ender/ender.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
* nwmatcher.js - A fast CSS selector engine and matcher
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 1.3.5
* Version: 1.3.6
* Created: 20070722
* Release: 20150710
*
Expand Down Expand Up @@ -147,7 +147,7 @@

})(this, function(global, exports) {

var version = 'nwmatcher-1.3.5',
var version = 'nwmatcher-1.3.6',

Dom = exports,

Expand Down

0 comments on commit fb8288b

Please sign in to comment.