Skip to content

Commit

Permalink
update release to 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dperini committed Jun 29, 2023
1 parent 8882b50 commit 32da18d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nwsapi",
"version": "2.2.5",
"version": "2.2.6",
"homepage": "https://github.com/dperini/nwsapi",
"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 @@
/*!
* NWSAPI 2.2.5 - Fast CSS Selectors API Engine
* NWSAPI 2.2.6 - Fast CSS Selectors API Engine
* Copyright (c) 2007-2023 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 @@
2.2.5
2.2.6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nwsapi",
"version": "2.2.5",
"version": "2.2.6",
"description": "Fast CSS Selectors API Engine",
"homepage": "http://javascript.nwbox.com/nwsapi/",
"main": "./src/nwsapi",
Expand Down
8 changes: 4 additions & 4 deletions src/nwsapi.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright (C) 2007-2019 Diego Perini
* Copyright (C) 2007-2023 Diego Perini
* All rights reserved.
*
* nwsapi.js - Fast CSS Selectors API Engine
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 2.2.5
* Version: 2.2.6
* Created: 20070722
* Release: 20230618
* Release: 20230701
*
* License:
* http://javascript.nwbox.com/nwsapi/MIT-LICENSE
Expand All @@ -30,7 +30,7 @@

})(this, function Factory(global, Export) {

var version = 'nwsapi-2.2.5',
var version = 'nwsapi-2.2.6',

doc = global.document,
root = doc.documentElement,
Expand Down

0 comments on commit 32da18d

Please sign in to comment.