diff --git a/Documentation~/README.md b/Documentation~/README.md index 94df337..2777e8f 100644 --- a/Documentation~/README.md +++ b/Documentation~/README.md @@ -6,6 +6,10 @@ Common extensions for for the [Unity](https://unity.com/) Game Engine types. ## Installing +Requires Unity 2021.3 LTS or higher. + +The recommended installation method is though the unity package manager and [OpenUPM](https://openupm.com/packages/com.utilities.extensions). + ### Via Unity Package Manager and OpenUPM - Open your Unity project settings diff --git a/package.json b/package.json index 3cd6945..496661a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Utilities.Extensions", "description": "Common extensions for Unity types (UPM)", "keywords": [], - "version": "1.1.14", + "version": "1.1.15", "unity": "2021.3", "documentationUrl": "https://github.com/RageAgainstThePixel/com.utilities.extensions#documentation", "changelogUrl": "https://github.com/RageAgainstThePixel/com.utilities.extensions/releases",