diff --git a/bower.json b/bower.json index 84adcc8..baaa315 100644 --- a/bower.json +++ b/bower.json @@ -1,11 +1,12 @@ { "name": "bellmaker", - "version": "0.1.2", + "description": "Responsive CSS media queries for LESS and SASS, with device-agnostic and device-specific breakpoints", + "version": "0.1.3", "main": [ "src/less/main.less", "src/sass/_mixins_variables.scss", "src/css/main.less-minified.css", - "src/css/main.sass-minified.css", + "src/css/main.sass-minified.css" ], "ignore": [ ".bowerrc", diff --git a/package.json b/package.json index effcf1f..b74029f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bellmaker", - "version": "0.1.2", - "description": "Bellmaker the CSS Media Query Master", + "version": "0.1.3", + "description": "Responsive CSS media queries for LESS and SASS, with device-agnostic and device-specific breakpoints", "main": "index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"