From 6484f83e8d2766459f238e57a347be1d3867befc Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Wed, 15 Jun 2022 13:59:51 +0200 Subject: [PATCH] Release 4.8.2 --- ChangeLog.md | 2 +- Documentation~/Images/badge_linecoverage.svg | 2 +- Runtime/Scripts/Export/Constants.cs | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 57d80bc6..b2bd50e8 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] - +## [4.8.2] - 2022-06-15 ### Changed - Load textures/images, even when not referenced by material (#418) ### Fixed diff --git a/Documentation~/Images/badge_linecoverage.svg b/Documentation~/Images/badge_linecoverage.svg index afba4bb4..e0fcf106 100644 --- a/Documentation~/Images/badge_linecoverage.svg +++ b/Documentation~/Images/badge_linecoverage.svg @@ -77,7 +77,7 @@ Coverage Coverage - 72.2%72.2% + 72.5%72.5% diff --git a/Runtime/Scripts/Export/Constants.cs b/Runtime/Scripts/Export/Constants.cs index 734acea0..c0934467 100644 --- a/Runtime/Scripts/Export/Constants.cs +++ b/Runtime/Scripts/Export/Constants.cs @@ -17,7 +17,7 @@ namespace GLTFast.Export { static class Constants { - public const string version = "4.8.1"; + public const string version = "4.8.2"; internal const string mimeTypePNG = "image/png"; internal const string mimeTypeJPG = "image/jpeg"; diff --git a/package.json b/package.json index cac0317d..634089e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.gltfast", - "version": "4.8.1", + "version": "4.8.2", "displayName": "glTFast", "description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor", "unity": "2019.4",