diff --git a/package-lock.json b/package-lock.json index 281be37..39b4d47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-svg-pan-zoom", - "version": "3.13.0", + "version": "3.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-svg-pan-zoom", - "version": "3.13.0", + "version": "3.13.1", "license": "MIT", "dependencies": { "prop-types": "^15.8.1", diff --git a/package.json b/package.json index 0b45042..711e528 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "chrvadala", "name": "react-svg-pan-zoom", - "version": "3.13.0", + "version": "3.13.1", "description": "A React component that adds pan and zoom features to SVG", "main": "./build-commonjs/index.js", "module": "./build-es/index.js",