From 4efcc2a3868e5f4ccd0d4fcea996275093c4a61b Mon Sep 17 00:00:00 2001 From: danrevah Date: Wed, 21 Dec 2016 12:13:00 +0200 Subject: [PATCH] Bump version --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f73c0b72..3a766638 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ coverage/ npm-debug.log testem.log /typings +yarn-error.log # e2e /e2e/*.js diff --git a/package.json b/package.json index 701fd621..5883fafb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-pipes", - "version": "0.5.6", + "version": "0.5.7", "author": "Dan Revah", "description": "Useful angular2 pipes", "license": "MIT",