diff --git a/package-lock.json b/package-lock.json index b0eaf036..7a09e08c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-spreadsheet-import", - "version": "1.0.8", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-spreadsheet-import", - "version": "1.0.8", + "version": "2.0.0", "license": "MIT", "dependencies": { "@chakra-ui/react": "^1.8.8", diff --git a/package.json b/package.json index 51f4bc6c..cc21a187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-spreadsheet-import", - "version": "1.0.8", + "version": "2.0.0", "description": "React spreadsheet import for xlsx and csv files with column matching and validation", "main": "./dist-commonjs/index.js", "module": "./dist/index.js",