diff --git a/bower.json b/bower.json index ad96249..b745a6e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "responsive-bootstrap-toolkit", - "version": "2.6.0", + "version": "2.6.1", "homepage": "https://github.com/maciej-gurban/responsive-bootstrap-toolkit", "description": "Responsive Bootstrap Toolkit provides an easy way of breakpoint detection in JavaScript, detecting changes in currently active breakpoint, as well as executing any breakpoint-specific JavaScript code. Despite the name, you can use it also with Foundation, or any other framework.", "main": "dist/bootstrap-toolkit.js", diff --git a/package.json b/package.json index 70936b4..2a57435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "responsive-toolkit", - "version": "2.6.0", + "version": "2.6.1", "description": "Responsive Bootstrap Toolkit provides an easy way of breakpoint detection in JavaScript, detecting changes in currently active breakpoint, as well as executing any breakpoint-specific JavaScript code. Despite the name, you can use it also with Foundation, or any other framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"