From edafe47274331e1c629634af66518e74a71461d7 Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Sun, 10 Nov 2019 20:19:30 +0100 Subject: [PATCH] bump --- CHANGELOG.md | 4 ++++ demo-ng/package.json | 2 +- src/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9403b8..283cf25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [3.4.1](https://github.com/EddyVerbruggen/nativescript-barcodescanner/tree/3.4.1) (2019-11-10) +[Full Changelog](https://github.com/EddyVerbruggen/nativescript-barcodescanner/milestone/45?closed=1) + + ## [3.4.0](https://github.com/EddyVerbruggen/nativescript-barcodescanner/tree/3.4.0) (2019-09-29) [Full Changelog](https://github.com/EddyVerbruggen/nativescript-barcodescanner/milestone/44?closed=1) diff --git a/demo-ng/package.json b/demo-ng/package.json index 6f82609..6dbf90b 100644 --- a/demo-ng/package.json +++ b/demo-ng/package.json @@ -23,7 +23,7 @@ "@angular/platform-browser-dynamic": "8.0.0", "@angular/router": "8.0.0", "nativescript-angular": "8.0.2", - "nativescript-barcodescanner": "file:../publish/package/nativescript-barcodescanner-3.3.2.tgz", + "nativescript-barcodescanner": "file:../publish/package/nativescript-barcodescanner-3.4.1.tgz", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.8", "rxjs": "6.3.3", diff --git a/src/package.json b/src/package.json index 82b2818..ebc7570 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-barcodescanner", - "version": "3.4.0", + "version": "3.4.1", "description": "Scan QR/barcodes with your NativeScript app.", "main": "barcodescanner", "typings": "index.d.ts",