diff --git a/History.md b/History.md index a0eb812..b72f4d7 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -## v0.2.0 - unreleased +## [v0.2.0] - May 13, 2015 * [#93] - Remove jQuery dependency in component ([@slang800]) * [#120] - Fix the Readme showing a wrong example for `ease` ([@teeceepee]) @@ -107,3 +107,4 @@ Initial release. [v0.1.2]: https://github.com/rstacruz/nprogress/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/rstacruz/nprogress/compare/v0.1.0...v0.1.1 [#53]: https://github.com/rstacruz/nprogress/issues/53 +[v0.2.0]: https://github.com/rstacruz/nprogress/compare/v0.1.6...v0.2.0 diff --git a/bower.json b/bower.json index d3b8099..1965474 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "nprogress", "repo": "rstacruz/nprogress", "description": "slim progress bar", - "version": "0.1.6", + "version": "0.2.0", "keywords": [ "progress", "bar", diff --git a/component.json b/component.json index 296a488..698499c 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "nprogress", "repo": "rstacruz/nprogress", "description": "slim progress bar", - "version": "0.1.6", + "version": "0.2.0", "keywords": ["progress","bar","spinner"], "development": { "chaijs/chai": "*", diff --git a/nprogress.js b/nprogress.js index 308587a..b23b300 100644 --- a/nprogress.js +++ b/nprogress.js @@ -14,7 +14,7 @@ })(this, function() { var NProgress = {}; - NProgress.version = '0.1.6'; + NProgress.version = '0.2.0'; var Settings = NProgress.settings = { minimum: 0.08, diff --git a/package.json b/package.json index 2c7ac82..aa732dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nprogress", "author": "Rico Sta. Cruz ", "description": "Simple slim progress bars", - "version": "0.1.6", + "version": "0.2.0", "repository": { "type": "git", "url": "https://github.com/rstacruz/nprogress.git"