diff --git a/bower.json b/bower.json index 885af2e..1a1b038 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jbone", - "version": "1.0.16", + "version": "1.0.17", "main": "dist/jbone.js", "ignore": [ "**/.*", diff --git a/component.json b/component.json index a1b9bb5..6ebf9cb 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "jbone", "repo": "kupriyanenko/jbone", "description": "JavaScript Library for DOM manipulation. Replacement jQuery for Backbone in browsers (2.5kb gzipped)", - "version": "1.0.16", + "version": "1.0.17", "keywords": [ "jquery", "jbone", diff --git a/dist/jbone.js b/dist/jbone.js index 85b9208..9fc3fca 100644 --- a/dist/jbone.js +++ b/dist/jbone.js @@ -1,5 +1,5 @@ /*! - * jBone v1.0.16 - 2014-05-07 - Library for DOM manipulation + * jBone v1.0.17 - 2014-05-23 - Library for DOM manipulation * * https://github.com/kupriyanenko/jbone * diff --git a/dist/jbone.min.js b/dist/jbone.min.js index 7b97e12..556847f 100644 --- a/dist/jbone.min.js +++ b/dist/jbone.min.js @@ -1,5 +1,5 @@ /*! - * jBone v1.0.16 - 2014-05-07 - Library for DOM manipulation + * jBone v1.0.17 - 2014-05-23 - Library for DOM manipulation * * https://github.com/kupriyanenko/jbone * diff --git a/package.json b/package.json index 094fe98..92b4af7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jbone", "title": "jBone", - "version": "1.0.16", + "version": "1.0.17", "description": "Library for DOM manipulation", "main": "dist/jbone.js", "homepage": "https://github.com/kupriyanenko/jbone",