diff --git a/CHANGELOG.md b/CHANGELOG.md index f66aad5..82e9b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [2.7.4](https://github.com/EddyVerbruggen/nativescript-barcodescanner/tree/2.7.4) (2017-12-15) +[Full Changelog](https://github.com/EddyVerbruggen/nativescript-barcodescanner/milestone/27?closed=1) + + ## [2.7.3](https://github.com/EddyVerbruggen/nativescript-barcodescanner/tree/2.7.3) (2017-12-15) [Full Changelog](https://github.com/EddyVerbruggen/nativescript-barcodescanner/milestone/26?closed=1) diff --git a/src/package.json b/src/package.json index a06754a..1ad0c5c 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-barcodescanner", - "version": "2.7.3", + "version": "2.7.4", "description": "Scan QR/barcodes with your NativeScript app.", "main": "barcodescanner", "typings": "index.d.ts",