From 248c11ad453db2cad00a19ab5d43b43000920260 Mon Sep 17 00:00:00 2001 From: Harrison Hough Date: Thu, 25 Apr 2024 08:58:14 +0300 Subject: [PATCH] chore update version --- .github/latest.md | 3 ++- CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/latest.md b/.github/latest.md index d6b9498..062d3c1 100644 --- a/.github/latest.md +++ b/.github/latest.md @@ -1,4 +1,5 @@ ## Changelog -- update install description +### Fixed +- update IOS build processor to include WebKit framework in [#37](https://github.com/readyplayerme/rpm-unity-sdk-webview/pull/37) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171af9b..05bff7c 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.2.1] - 2024.25.04 + +### Fixed +- feat: update install description by @rk132 in [#37](https://github.com/readyplayerme/rpm-unity-sdk-webview/pull/37) + ## [2.2.0] - 2024.24.01 ### Updated diff --git a/package.json b/package.json index bb01939..c4b48d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.readyplayerme.webview", - "version": "2.2.0", + "version": "2.2.1", "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",