From 4b2a4bbed6ef151aafb77a4418e19ac0a62ae1a9 Mon Sep 17 00:00:00 2001 From: Harrison Hough Date: Thu, 11 Jan 2024 11:06:33 +0200 Subject: [PATCH] chore: update version --- .github/latest.md | 4 +--- CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/latest.md b/.github/latest.md index 7ab5771..67ee161 100644 --- a/.github/latest.md +++ b/.github/latest.md @@ -1,6 +1,4 @@ -This release adds support for handling account linking and asset unlock events coming from the webview. ## Changelog -- fixed a flaw in the logic for disabling android build processor -- an error causing android builds to fail \ No newline at end of file +- fixed an issue causing errors when targeting iOS \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d7244..5ea8227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.2 - 2024.11.01 + +### Fixed +- an issue causing errors when targeting iOS + ## [2.1.1] - 2024.09.01 ### Fixed diff --git a/package.json b/package.json index a482cb3..dbbe478 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.readyplayerme.webview", - "version": "2.1.1", + "version": "2.1.2", "displayName": "Ready Player Me WebView", "description": "Ready Player Me WebView helps you display an in-engine browser that helps you load RPM website where you can create avatars and receive avatar URL at the end of the process.\nWebView is mobile only and works in Android and IOS builds.", "category": "tool",