From ee840a3f422cbd8caad72c92f0ff54e9f7d4b9cd Mon Sep 17 00:00:00 2001 From: XantreGodlike Date: Sun, 10 Mar 2024 18:13:02 +0100 Subject: [PATCH] chore: downgraded package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bb9262..4c06e44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-skia-ui", - "version": "0.1.0", + "version": "0.0.0", "description": "Cross platform UI primitives implemented with `@shopify/react-native-skia`", "main": "lib/commonjs/index", "module": "lib/module/index",