Skip to content

Commit b4fa69b

Browse files
author
Olivier Combe
committed
Bump to localForage 0.3.0
1 parent 55ef124 commit b4fa69b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.1.2 (02 April 2014)
2+
* Bump to localForage 0.3.0
3+
14
# 0.1.1 (24 Mars 2014)
25
* Updated bower localstorage version to 0.2.0
36

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-localForage",
33
"main": "angular-localForage.js",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"homepage": "https://github.com/ocombe/angular-localForage",
66
"authors": [
77
"Olivier Combe <[email protected]>"
@@ -31,6 +31,6 @@
3131
"angular-mocks": "~1.2.13"
3232
},
3333
"dependencies": {
34-
"localforage": "0.2.0"
34+
"localforage": "0.3.0"
3535
}
3636
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-localForage",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)",
55
"main": "angular-localForage.js",
66
"directories": {

0 commit comments

Comments
 (0)