From e57e8d99cf0bd5b0037aabbf5407ca9839380193 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 16 Apr 2025 09:52:51 -0400 Subject: [PATCH] build: version 2.1.1 tagged --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e824de0..680cf7e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^17.0.2", diff --git a/package.json b/package.json index ecf6ef5f..42db375a 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.0", + "version": "2.1.1", "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",