diff --git a/CHANGELOG.md b/CHANGELOG.md index e45e36e..11ebc35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) +## [0.6.1] - 2020-09-24 + +- Updated dependency packages + ## [0.6.0] - 2020-09-24 - Added the possibility for the *IUiService* to allow to open/close already opened/closed *UiPresenters*, and throw an exception if not. diff --git a/package.json b/package.json index 4e40061..750a686 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "com.gamelovers.uiservice", "displayName": "UiService", - "version": "0.6.0", + "version": "0.6.1", "unity": "2019.3", "description": "This package provides a service to help manage an Unity's, game UI.\nIt allows to open, close, load, unload and request any Ui Configured in the game.\nThe package provides a Ui Set that allows to group a set of Ui Presenters to help load, open and close multiple Uis at the same time.\n\nTo help configure the game's UI you need to create a UiConfigs Scriptable object by:\n- Right Click on the Project View > Create > ScriptableObjects > Configs > UiConfigs", "dependencies": { - "com.unity.addressables": "1.16.1" + "com.unity.addressables": "1.15.1" }, "type": "library", "hideInEditor": false