From cde3879be2b87fbe970b3a351ee16b3de8c494ab Mon Sep 17 00:00:00 2001 From: Alexey Kupriyanenko Date: Sun, 14 Jun 2015 13:17:29 +0300 Subject: [PATCH] 1.1.0 --- bower.json | 2 +- component.json | 2 +- dist/jbone.js | 2 +- dist/jbone.min.js | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index ca58170..bdbc2a2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jbone", - "version": "1.0.28", + "version": "1.1.0", "main": "dist/jbone.js", "ignore": [ ".gitignore", diff --git a/component.json b/component.json index 9c1a824..66da827 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.28", + "version": "1.1.0", "keywords": [ "jquery", "jbone", diff --git a/dist/jbone.js b/dist/jbone.js index 4a73977..b780c9b 100644 --- a/dist/jbone.js +++ b/dist/jbone.js @@ -1,5 +1,5 @@ /*! - * jBone v1.0.28 - 2015-04-17 - Library for DOM manipulation + * jBone v1.1.0 - 2015-06-14 - Library for DOM manipulation * * https://github.com/kupriyanenko/jbone * diff --git a/dist/jbone.min.js b/dist/jbone.min.js index 31b26f9..21472b0 100644 --- a/dist/jbone.min.js +++ b/dist/jbone.min.js @@ -1,5 +1,5 @@ /*! - * jBone v1.0.28 - 2015-04-17 - Library for DOM manipulation + * jBone v1.1.0 - 2015-06-14 - Library for DOM manipulation * * https://github.com/kupriyanenko/jbone * diff --git a/package.json b/package.json index b7e8a65..31d0fd7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jbone", "title": "jBone", - "version": "1.0.28", + "version": "1.1.0", "description": "Library for DOM manipulation", "main": "dist/jbone.js", "homepage": "https://github.com/kupriyanenko/jbone",