From 1a3174b01c1b7508a0e359c2a70fb1f990895c91 Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Wed, 9 Jun 2021 13:30:25 +0200 Subject: [PATCH] Release 3.0.3 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090c6a5..35b4c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.0.3] - 2020-06-09 ### Added - Support for Lumin / Magic Leap diff --git a/package.json b/package.json index f1bac41..57113e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.draco", - "version": "3.0.2", + "version": "3.0.3", "displayName": "Draco 3D Data Compression", "description": "Apply Google Draco compression to meshes and load them at runtime.", "unity": "2019.3",