From 8b113e48b857880214d66aa145ecd7978d9fcd76 Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Thu, 26 Aug 2021 14:43:49 +0200 Subject: [PATCH] Release 4.0.0-preview.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1c2c47..dbd5e99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.draco", - "version": "4.0.0-preview.1", + "version": "4.0.0-preview.3", "displayName": "Draco 3D Data Compression", "description": "Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. This package allows you to apply Draco compression to meshes, import Draco files and load them at runtime.", "unity": "2021.2",