Skip to content

Commit

Permalink
bumped to version 1.4.0beta and updated year to 2017 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
dperini committed Mar 20, 2017
1 parent 76aa239 commit 5366ad7
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2007-2016 Diego Perini (http://www.iport.it)
Copyright (c) 2007-2017 Diego Perini (http://www.iport.it)

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
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.9",
"version": "1.4.0beta",
"homepage": "https://github.com/dperini/nwmatcher",
"authors": [
"Diego Perini <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions build/HEADER
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* NWMatcher 1.3.9 - Fast CSS3 Selector Engine
* Copyright (C) 2007-2016 Diego Perini
* NWMatcher 1.4.0beta - Fast CSS3 Selector Engine
* Copyright (C) 2007-2017 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.9
1.4.0beta
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.9",
"version": "1.4.0beta",
"description": "A CSS3-compliant JavaScript selector engine.",
"homepage": "http://javascript.nwbox.com/NWMatcher/",
"main": "./src/nwmatcher",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/nwmatcher-cache.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2016 Diego Perini
* Copyright (C) 2007-2017 Diego Perini
* All rights reserved.
*
* Caching/memoization module for NWMatcher
Expand Down
2 changes: 1 addition & 1 deletion src/modules/nwmatcher-jquery.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2016 Diego Perini
* Copyright (C) 2007-2017 Diego Perini
* All rights reserved.
*
* this is just a small example to show
Expand Down
2 changes: 1 addition & 1 deletion src/modules/nwmatcher-pseudos.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2016 Diego Perini
* Copyright (C) 2007-2017 Diego Perini
* All rights reserved.
*
* CSS3 pseudo-classes extension for NWMatcher
Expand Down
2 changes: 1 addition & 1 deletion src/modules/nwmatcher-webforms.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2007-2016 Diego Perini
* Copyright (C) 2007-2017 Diego Perini
* All rights reserved.
*
* this is just a small example to show
Expand Down
4 changes: 2 additions & 2 deletions src/nwmatcher-base.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright (C) 2007-2016 Diego Perini
* Copyright (C) 2007-2017 Diego Perini
* All rights reserved.
*
* nwmatcher-base.js - A fast CSS selector engine and matcher
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 1.4.0beta
* Created: 20070722
* Release: 20161126
* Release: 20170320
*
* License:
* http://javascript.nwbox.com/NWMatcher/MIT-LICENSE
Expand Down
4 changes: 2 additions & 2 deletions src/nwmatcher-noqsa.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright (C) 2007-2016 Diego Perini
* Copyright (C) 2007-2017 Diego Perini
* All rights reserved.
*
* nwmatcher-noqsa.js - A fast CSS selector engine and matcher
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 1.4.0beta
* Created: 20070722
* Release: 20161126
* Release: 20170320
*
* License:
* http://javascript.nwbox.com/NWMatcher/MIT-LICENSE
Expand Down
4 changes: 2 additions & 2 deletions src/nwmatcher.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright (C) 2007-2016 Diego Perini
* Copyright (C) 2007-2017 Diego Perini
* All rights reserved.
*
* nwmatcher.js - A fast CSS selector engine and matcher
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 1.4.0beta
* Created: 20070722
* Release: 20161126
* Release: 20170320
*
* License:
* http://javascript.nwbox.com/NWMatcher/MIT-LICENSE
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.9': [ 'NW.Dom.select(s)', '../../src/nwmatcher.js' ]
'nwmatcher-1.4.0beta': [ '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
8 changes: 4 additions & 4 deletions test/ender/ender.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@
var module = { exports: {} }, exports = module.exports;

/*
* Copyright (C) 2007-2016 Diego Perini
* Copyright (C) 2007-2017 Diego Perini
* All rights reserved.
*
* 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: 20170320
*
* License:
* http://javascript.nwbox.com/NWMatcher/MIT-LICENSE
Expand All @@ -124,7 +124,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 5366ad7

Please sign in to comment.