diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc9b628..446b1c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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] +### Fixed +- Asset store validator tool warnings for WebGLCopyAndPaste feature + + ## [2.0.3] - 2023-08-01 ### Changed - Mint button in inventory rolled back to old behaviour that uses contracts on view diff --git a/WebGLFrontend/output/WebGLCopyAndPaste.unitypackage b/WebGLFrontend/output/WebGLCopyAndPaste.unitypackage index 7cda2880..fc7f0040 100644 Binary files a/WebGLFrontend/output/WebGLCopyAndPaste.unitypackage and b/WebGLFrontend/output/WebGLCopyAndPaste.unitypackage differ diff --git a/package.json b/package.json index 84da69ee..78cab6e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.trilitech.tezos-unity-sdk", - "version": "2.0.3", + "version": "2.0.4", "unity": "2021.3", "displayName": "Tezos Unity SDK", "description": "Unity SDK for Tezos",