diff --git a/CHANGELOG.md b/CHANGELOG.md index 313ccc1..3979778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v1.3.1 - 15 Dec 2016 +-------------------- +- Fix gulp build +- Update dependencies +- Fix datepicker position + v1.3.0 - 10 Dec 2016 -------------------- - Update bower dependencies diff --git a/bower.json b/bower.json index 593fc1b..917aaa9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "blur-admin", - "version": "1.3.0", + "version": "1.3.1", "homepage": "https://github.com/1itvinka/blur-admin", "authors": [ "akveo" diff --git a/package.json b/package.json index 5e17987..d3a2247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blur_admin", - "version": "1.3.0", + "version": "1.3.1", "devDependencies": { "browser-sync": "~2.18.2", "browser-sync-spa": "~1.0.3",