diff --git a/HISTORY.md b/HISTORY.md index 5e7acdd1..fd9394c8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +v0.5.1 +================== +* push pull resquest for added events + v0.5.0 ================== * added events 'px-datetime-range-submitted' and 'px-datetime-submitted' to _selectDate(). Added these events to the demo. diff --git a/bower.json b/bower.json index bf94595e..8b5ff7ca 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "px-calendar-picker", - "version": "0.5.0", + "version": "0.5.1", "main": [ "px-calendar-picker.html" ], diff --git a/package.json b/package.json index d0e06837..f5677bc0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "px-calendar-picker", "author": "General Electric", "description": "A Px component allowing to pick a date from a calendar", - "version": "0.5.0", + "version": "0.5.1", "private": true, "extName": null, "repository": {