diff --git a/Readme.md b/Readme.md index ebf1eb2..237c6b8 100644 --- a/Readme.md +++ b/Readme.md @@ -73,6 +73,10 @@ A lightweight JavaScript library that creates customisable progress bars for HTM ## Changelog +### v0.3.0 + +- Added bower.json + ### v0.2.2 - Fixed class name bug diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..ab487c5 --- /dev/null +++ b/bower.json @@ -0,0 +1,21 @@ +{ + "name": "progressor", + "main": "progressor.js", + "version": "0.3.0", + "homepage": "https://github.com/ejb/progressor", + "authors": [ + "ejb " + ], + "description": "Lightweight, customisable progress bars for HTML5 video & audio", + "moduleType": [ + "globals" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/package.json b/package.json index becdc4a..4f7ffda 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "progressor.js", "description": "Lightweight, customisable progress bars for HTML5 video & audio", - "version": "0.1.0", + "version": "0.3.0", "homepage": "https://github.com/ejb/progressor.js", "author": "Elliot Bentley (http://ejb.github.io)", "keywords": [