From 6f2fc7d22b47a9cf9b7cecd00712d13f9d23816d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Thu, 7 Nov 2024 13:29:33 +0100 Subject: [PATCH] chore: release 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2501223..586efe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/react-native-draco", - "version": "0.1.0", + "version": "0.2.0", "description": "library for compressing and decompressing 3D geometric meshes and point clouds in React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",