diff --git a/ChangeLog.md b/ChangeLog.md index dd3279a8..ee5bd262 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.3.4] - 2021-10-26 ### Added - Option to turn off Editor import by adding `GLTFAST_EDITOR_IMPORT_OFF` to the project's *Scripting Define Symbols* in the *Player Settings* (#256) ### Fixed diff --git a/package.json b/package.json index c53f6464..47f2148f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.gltfast", - "version": "4.3.3", + "version": "4.3.4", "displayName": "glTFast", "description": "Load glTF 3D files fast at runtime or import them into the asset database in the Editor", "unity": "2019.3",