Skip to content

Commit 77c37c2

Browse files
author
Philipp Alferov
committed
:octocat: Bump to 0.5.2
1 parent fbceec8 commit 77c37c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-file-saver",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"main": [
55
"dist/angular-file-saver.js"
66
],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-file-saver",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "An AngularJS service that implements the HTML5 W3C saveAs() in browsers that do not natively support it",
55
"repository": {
66
"type": "git",
@@ -61,7 +61,7 @@
6161
"watchify": "^3.3.1"
6262
},
6363
"engines": {
64-
"node" : ">=0.12"
64+
"node": ">=0.12"
6565
},
6666
"scripts": {
6767
"precommit": "gulp build",

0 commit comments

Comments
 (0)