diff --git a/package-lock.json b/package-lock.json index 087bf632..27d26d57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "2.1.3", + "version": "2.1.4", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^17.0.2", diff --git a/package.json b/package.json index b26a12ee..b853c95b 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.3", + "version": "2.1.4", "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", "react-native": "./src/index.tsx",