From f534cb6d46c49262b6271ce16531a46b90cdec0c Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Thu, 30 Mar 2023 16:04:00 +0200 Subject: [PATCH] Release 5.0.4 --- 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 1742e3d3..36831e95 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] - +## [5.0.4] - 2023-03-30 ### Fixed - Texture transform offset is calculated correctly now diff --git a/Runtime/Scripts/Export/Constants.cs b/Runtime/Scripts/Export/Constants.cs index 0a107142..f985c2aa 100644 --- a/Runtime/Scripts/Export/Constants.cs +++ b/Runtime/Scripts/Export/Constants.cs @@ -19,7 +19,7 @@ namespace GLTFast.Export { static class Constants { - public const string version = "5.0.2"; + public const string version = "5.0.4"; internal const string mimeTypePNG = "image/png"; internal const string mimeTypeJPG = "image/jpeg"; diff --git a/package.json b/package.json index 420d95f9..f30bec37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.gltfast", - "version": "5.0.2", + "version": "5.0.4", "displayName": "glTFast", "description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor", "unity": "2019.4",