From 17cb28fe1c98abe2f107f7989c504977f7ed4751 Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Fri, 12 Nov 2021 20:14:26 +0100 Subject: [PATCH] Release 4.4.7 --- ChangeLog.md | 2 +- Runtime/Scripts/Export/Constants.cs | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 6fff059f..a3774236 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.4.7] - 2021-11-12 ### Changed - (HDRP): Configuring materials via settings and shader keywords instead of using duplicated shader graphs. This reduces the total shader variant count. ### Fixed diff --git a/Runtime/Scripts/Export/Constants.cs b/Runtime/Scripts/Export/Constants.cs index 5cbd90bc..a3bf8acd 100644 --- a/Runtime/Scripts/Export/Constants.cs +++ b/Runtime/Scripts/Export/Constants.cs @@ -17,6 +17,6 @@ namespace GLTFast.Export { static class Constants { - public const string version = "4.4.6"; + public const string version = "4.4.7"; } } diff --git a/package.json b/package.json index d38f08a4..1965ad66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.gltfast", - "version": "4.4.6", + "version": "4.4.7", "displayName": "glTFast", "description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor", "unity": "2019.4",