From d490a34383f113de3445bda1bcc5712727349649 Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Tue, 18 May 2021 20:13:17 +0200 Subject: [PATCH] Release 3.0.0 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e982f0..6d682ae 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "com.atteneder.draco", - "version": "2.0.0", + "version": "3.0.0", "displayName": "Draco 3D Data Compression", - "description": "Apply Draco compression to meshes and load them at runtime.", + "description": "Apply Google Draco compression to meshes and load them at runtime.", "unity": "2019.3", "dependencies": { "com.unity.burst": "1.4.4" @@ -14,6 +14,7 @@ "decompress", "encode", "decode", + "google", "draco" ], "author": {