From c33dc1d985a716ca52fe620ba6f7072d07ab77ec Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Fri, 27 Aug 2021 13:34:18 +0200 Subject: [PATCH] Release 3.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a35389d..7d9437e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.draco", - "version": "3.1.0", + "version": "3.2.0", "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": "2019.3",