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