From 7114ed13f681370aec90ea78a12efaa659f4f540 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Mon, 10 Nov 2014 12:50:40 +0100 Subject: [PATCH] chore(release): v0.0.5 release v0.0.5 fixes #87 fixes #98 --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index c1592d7..7d76512 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-date", - "version": "0.0.4", + "version": "0.0.5", "description": "This directive allows you to add a date-picker to your form elements.", "author": "https://github.com/angular-ui/ui-date/graphs/contributors", "license": "MIT", @@ -17,7 +17,7 @@ ], "dependencies": { "angular": "~1.x", - "jquery-ui": ">= 1.9" + "jquery-ui": "^1.9" }, "devDependencies": { "angular-mocks": "~1.x" diff --git a/package.json b/package.json index ffd6bc2..49ff37b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-date", - "version": "0.0.4", + "version": "0.0.5", "description": "This directive allows you to add a date-picker to your form elements.", "author": "https://github.com/angular-ui/ui-date/graphs/contributors", "license": "MIT",