Skip to content

Commit

Permalink
Updated release to 2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego committed Sep 27, 2024
1 parent f93dae4 commit ee69b43
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.12",
"version": "2.2.13",
"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.12 - Fast CSS Selectors API Engine
* NWSAPI 2.2.13 - Fast CSS Selectors API Engine
* Copyright (c) 2007-2024 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.12
2.2.13
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.12",
"version": "2.2.13",
"description": "Fast CSS Selectors API Engine",
"homepage": "http://javascript.nwbox.com/nwsapi/",
"main": "./src/nwsapi",
Expand Down
6 changes: 3 additions & 3 deletions src/nwsapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* nwsapi.js - Fast CSS Selectors API Engine
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 2.2.12
* Version: 2.2.13
* Created: 20070722
* Release: 20240709
* Release: 20240927
*
* License:
* http://javascript.nwbox.com/nwsapi/MIT-LICENSE
Expand All @@ -30,7 +30,7 @@

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

var version = 'nwsapi-2.2.12',
var version = 'nwsapi-2.2.13',

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

0 comments on commit ee69b43

Please sign in to comment.