Skip to content

Commit 0e34566

Browse files
author
Philipp Alferov
committed
:octocat: Bump to 0.1.0
1 parent 13f5057 commit 0e34566

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.0.4",
3+
"version": "0.1.0",
44
"main": [
55
"dist/angular-file-saver.js"
66
],

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-file-saver",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "An AngularJS service that implements the HTML5 W3C saveAs() in browsers that do not natively support it",
55
"repository": {
66
"type": "git",
@@ -31,6 +31,7 @@
3131
"gulp-bump": "^0.3.1",
3232
"gulp-concat": "^2.6.0",
3333
"gulp-gh-pages": "^0.5.2",
34+
"gulp-git": "^1.2.4",
3435
"gulp-if": "^1.2.5",
3536
"gulp-load-plugins": "^0.10.0",
3637
"gulp-plumber": "^1.0.1",

0 commit comments

Comments
 (0)