From 876ff93f0458bd8ae71ae73f62ff20befafd3aa0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Oct 2024 21:37:37 +0000 Subject: [PATCH] build(version): Bump version to 0.0.7 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e679700..935f55f 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aaronclong/barcode-detection-polyfill", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aaronclong/barcode-detection-polyfill", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "devDependencies": { "@babel/eslint-parser": "^7.22.10", diff --git a/package.json b/package.json index 36ad876..52e71ed 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@aaronclong/barcode-detection-polyfill", "type": "module", - "version": "0.0.6", + "version": "0.0.7", "description": "Polyfill for the Barcode Detection API based on Dynamsoft Barcode Reader or ZXing.", "homepage": "https://github.com/aaronclong/barcode-detector-polyfill/#readme", "license": "MIT",