Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.

Commit 7114ed1

Browse files
author
Alex Chan
committed
chore(release): v0.0.5
release v0.0.5 fixes #87 fixes #98
1 parent fb52c44 commit 7114ed1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-date",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "This directive allows you to add a date-picker to your form elements.",
55
"author": "https://github.com/angular-ui/ui-date/graphs/contributors",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"angular": "~1.x",
20-
"jquery-ui": ">= 1.9"
20+
"jquery-ui": "^1.9"
2121
},
2222
"devDependencies": {
2323
"angular-mocks": "~1.x"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-date",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "This directive allows you to add a date-picker to your form elements.",
55
"author": "https://github.com/angular-ui/ui-date/graphs/contributors",
66
"license": "MIT",

0 commit comments

Comments
 (0)