diff --git a/README.md b/README.md index 2102e2a..e3311ae 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ A Vue.js set of components to scan (or upload images) barcodes and QR codes. ## Demo -You can test in codesandbox demo site. +You can test in codesandbox demo site https://codesandbox.io/s/vue-barcode-reader-demo-guj3f -https://codesandbox.io/s/vue-barcode-reader-demo-guj3f +Or you can check the library in action on the website [parceltrackingapp.com](https://parceltrackingapp.com/en). ## Installation @@ -27,6 +27,10 @@ Or yarn add vue-barcode-reader ``` +### Vue 2.0 support + +For Vue 2.0 compatible version please use the `vue-barcode-reader@0.0.3`. + ### TypeScript There are type definitions available for those who work with TypeScript. diff --git a/package.json b/package.json index e093ce0..5948c1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-barcode-reader", - "version": "0.0.3", + "version": "1.0.0", "description": "Vue barcodes and QR codes scanner", "main": "src/index.js", "scripts": {