Skip to content

Commit

Permalink
release version 2.0.9, bumped release dates, updated minified package…
Browse files Browse the repository at this point in the history
… in dist folder
  • Loading branch information
dperini committed Sep 2, 2018
1 parent 7156ecf commit c43244c
Show file tree
Hide file tree
Showing 6 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.0.8",
"version": "2.0.9",
"homepage": "https://github.com/dperini/nwsapi",
"authors": [
"Diego Perini <[email protected]>"
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.0.8 - Fast CSS Selectors API Engine
* NWSAPI 2.0.9 - Fast CSS Selectors API Engine
* Copyright (c) 2007-2018 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.0.8
2.0.9
4 changes: 2 additions & 2 deletions dist/nwsapi.min.js

Large diffs are not rendered by default.

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.0.8",
"version": "2.0.9",
"description": "Fast CSS Selectors API Engine",
"homepage": "http://javascript.nwbox.com/nwsapi/",
"main": "./src/nwsapi",
Expand Down
4 changes: 2 additions & 2 deletions src/nwsapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* nwsapi.js - Fast CSS Selectors API Engine
*
* Author: Diego Perini <diego.perini at gmail com>
* Version: 2.0.8
* Version: 2.0.9
* Created: 20070722
* Release: 20180901
*
Expand All @@ -30,7 +30,7 @@

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

var version = 'nwsapi-2.0.8',
var version = 'nwsapi-2.0.9',

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

0 comments on commit c43244c

Please sign in to comment.