Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit d024b7c

Browse files
committed
version 0.0.8
1 parent c58f2ea commit d024b7c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-mention",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"homepage": "https://github.com/angular-ui/ui-mention",
55
"authors": [
66
"AngularUI Team"
@@ -26,6 +26,6 @@
2626
"tests"
2727
],
2828
"dependencies": {
29-
"angular": "~1.3.0"
29+
"angular": "~1.3.20"
3030
}
3131
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-mention",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Facebook-like @mentions for text inputs built around composability",
55
"main": "dist/mention.js",
66
"scripts": {
@@ -29,8 +29,8 @@
2929
"homepage": "https://github.com/angular-ui/ui-mention#readme",
3030
"dependencies": {},
3131
"devDependencies": {
32-
"angular": "^1.3.18",
33-
"angular-mocks": "^1.3.18",
32+
"angular": "^1.3.20",
33+
"angular-mocks": "^1.3.20",
3434
"chai": "^3.2.0",
3535
"gulp": "^3.9.0",
3636
"gulp-angular-filesort": "^1.1.1",

0 commit comments

Comments
 (0)