From a4fd67cbf3bc8da448486a0ff0fd20b84429667c Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Mon, 16 Sep 2024 14:19:59 -0400 Subject: [PATCH] build: version 1.2.1 tagged (#76) --- example/ios/Podfile.lock | 6 +++--- example/package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 6fc7b018..cacc9b8a 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1172,7 +1172,7 @@ PODS: - React-logger (= 0.74.3) - React-perflogger (= 0.74.3) - React-utils (= 0.74.3) - - RNSketchCanvas (1.2.0): + - RNSketchCanvas (1.2.1): - React - SocketRocket (0.7.0) - Yoga (0.0.0) @@ -1411,9 +1411,9 @@ SPEC CHECKSUMS: React-runtimescheduler: 0c80752bceb80924cb8a4babc2a8e3ed70d41e87 React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4 - RNSketchCanvas: c6a77b330a60d2a9122b712df708ce1ffb5706f6 + RNSketchCanvas: cbb5a1939fece7ef21d941f54e7a257b437422ec SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d - Yoga: 88480008ccacea6301ff7bf58726e27a72931c8d + Yoga: ceb08197dbe332e431b1adff98b9aae41ddc6b3b PODFILE CHECKSUM: 64ae403f1e0b5a8f50794fd5f40953a1b9174200 diff --git a/example/package-lock.json b/example/package-lock.json index d34b78f0..f3ed3cd9 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -28,7 +28,7 @@ }, "..": { "name": "@sourcetoad/react-native-sketch-canvas", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "devDependencies": { "@react-native-community/eslint-config": "^3.0.2", diff --git a/package.json b/package.json index facd1e9a..2444952a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/sourcetoad/react-native-sketch-canvas" }, - "version": "1.2.0", + "version": "1.2.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", "main": "lib/commonjs/index",