From c59affb03871f33e0b25d933bce08af8256221f6 Mon Sep 17 00:00:00 2001 From: David Werth Date: Fri, 5 Jan 2018 09:21:50 +0100 Subject: [PATCH] bumped version --- package.json | 2 +- src/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 30c99112..80fb15ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-zxing", - "version": "0.3.3", + "version": "0.3.4", "scripts": { "build": "gulp build", "build:watch": "gulp", diff --git a/src/package.json b/src/package.json index 98725e48..53c96a34 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "ngx-zxing", - "version": "0.3.3", + "version": "0.3.4", "repository": { "type": "git", "url": "https://github.com/werthdavid/ngx-zxing"