Skip to content

Commit 0bedc94

Browse files
Bump to 0.3.1
1 parent 2685a1a commit 0bedc94

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
4+
## 0.3.1 (November 3, 2014)
5+
6+
* Replace $timeout with $interval #50
7+
* Add broadcast “oath:profile” once profile is retrieved. #51
8+
39
## 0.3.0 (October 30, 2014)
410

511
* Solved bug on access token definition from hash

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oauth-ng",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"main": [
55
"dist/oauth-ng.js",
66
"dist/views/templates/default"
@@ -14,7 +14,7 @@
1414
"package.json"
1515
],
1616
"dependencies": {
17-
"angular": "~1.2.22",
17+
"angular": "~1.2.26",
1818
"ngstorage": "~0.3.0"
1919
},
2020
"devDependencies": {
@@ -23,6 +23,6 @@
2323
"timecop": "~0.1.1",
2424
"bootstrap-sass": "~3.0.2",
2525
"jquery": "~1.9.1",
26-
"angular-mocks": "~1.2.22"
26+
"angular-mocks": "~1.2.26"
2727
}
2828
}

0 commit comments

Comments
 (0)