diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e764d3..52bf692 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] +## [2.2.3] - 2022-11-18 ### Fixed - WebGL build errors (unresolved symbols during linking) due to outdated native library diff --git a/package.json b/package.json index 008ab92..447b437 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.ktx", - "version": "2.2.2", + "version": "2.2.3", "displayName": "KTX/Basis Universal Texture", "description": "Load KTX 2.0 and Basis Universal textures at runtime and in the Editor.", "unity": "2021.2",