diff --git a/ChangeLog.md b/ChangeLog.md
index 97b3b8a9..99dd6c1b 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -4,10 +4,10 @@ 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.10] - 2022-01-14
### Changed
- Improved frame rate when loading glTFs with many morph targets (thanks [Eric Beets][EricBeetsOfficial-Opuscope] for #287)
-- `GameObjectInstantiator.SetNodeName` can be overriden now (thanks [STUDIO NYX][NyxStudio] for #297)
+- `GameObjectInstantiator.SetNodeName` can be overridden now (thanks [STUDIO NYX][NyxStudio] for #297)
### Fixed
- Matrix decompose error (thanks [weichx][weichx])
- Flickering animation on invalid glTFs from Sketchfab (#298)
diff --git a/Documentation~/img/badge_linecoverage.svg b/Documentation~/img/badge_linecoverage.svg
index b1a9af4f..2a95d079 100644
--- a/Documentation~/img/badge_linecoverage.svg
+++ b/Documentation~/img/badge_linecoverage.svg
@@ -77,7 +77,7 @@
Coverage
Coverage
- 71.3%71.3%
+ 71%71%
diff --git a/Runtime/Scripts/Export/Constants.cs b/Runtime/Scripts/Export/Constants.cs
index f3183527..fcd4e5f5 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.9";
+ public const string version = "4.4.10";
}
}
diff --git a/package.json b/package.json
index 394f25c8..12b0c721 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "com.atteneder.gltfast",
- "version": "4.4.9",
+ "version": "4.4.10",
"displayName": "glTFast",
"description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor",
"unity": "2019.4",