From 5dc3b680e2eca79abe2c96d7773a9ea98937d672 Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Mon, 1 Nov 2021 10:57:48 +0100 Subject: [PATCH] Release 4.4.5 --- 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 9495d8fc..1cbb17b8 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.5] - 2021-11-01 ### Fixed - Error when animation package is not enabled (#267) diff --git a/Runtime/Scripts/Export/Constants.cs b/Runtime/Scripts/Export/Constants.cs index 8c54d0da..b0487354 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.4"; + public const string version = "4.4.5"; } } diff --git a/package.json b/package.json index fccd083b..75ce9dbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.gltfast", - "version": "4.4.4", + "version": "4.4.5", "displayName": "glTFast", "description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor", "unity": "2019.4",