diff --git a/package-lock.json b/package-lock.json index 680cf7e0..4d210963 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^17.0.2", diff --git a/package.json b/package.json index 42db375a..f305ffc1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/sourcetoad/react-native-sketch-canvas" }, - "version": "2.1.1", + "version": "2.1.2", "description": "react-native-sketch-canvas allows you to draw / sketch on both iOS and Android devices and sync the drawing data between users. Of course you can save as image.", "author": "Terry Lin", "source": "./src/index.tsx",