diff --git a/ChangeLog.md b/ChangeLog.md index b705c580..b4fbc2dd 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.5] - 2022-08-30 ### Fixed - (Export) Meshes with point topology are exported correctly now (#434) - Incorrect texture transform calculation when using rotation (#413) diff --git a/Runtime/Scripts/Export/Constants.cs b/Runtime/Scripts/Export/Constants.cs index 0e214cca..132821a7 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.4"; + public const string version = "4.8.5"; internal const string mimeTypePNG = "image/png"; internal const string mimeTypeJPG = "image/jpeg"; diff --git a/package.json b/package.json index cc193e8f..05f31b0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.gltfast", - "version": "4.8.4", + "version": "4.8.5", "displayName": "glTFast", "description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor", "unity": "2019.4",