From a22f13d4afbe5d43be4d9c6c2432a23c8216dee6 Mon Sep 17 00:00:00 2001 From: Alex Malkevich Date: Fri, 30 Sep 2016 23:11:34 +0400 Subject: [PATCH] 0.2.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0b87f7..50dd2b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-http-interceptor", - "version": "0.2.10", + "version": "0.2.11", "scripts": { "lint": "tslint src/**/*.ts", "test": "npm run lint && ng test --watch=false",