From 301c36e985d40e4dc10492aafb0ec03ec1b39291 Mon Sep 17 00:00:00 2001 From: mnogueron Date: Sat, 29 Jun 2019 09:18:30 +0200 Subject: [PATCH] Bump version to 0.4.0 due to breaking changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1bb7c1..bcd8839 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-easy-panzoom", - "version": "0.3.1", + "version": "0.4.0", "description": "Wrapper to enable pan and zoom for any React component", "main": "./lib/index.js", "author": "mnogueron",