diff --git a/CHANGELOG.md b/CHANGELOG.md index aebe284..5021ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.4.1 +- Add license URL to package + # 0.4.0 - More nicely formatted output diff --git a/UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json b/UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json index a86270e..36e6caf 100644 --- a/UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json +++ b/UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json @@ -1,9 +1,10 @@ { "name": "com.autsoft.unityresourcegenerator", - "version": "0.4.0", + "version": "0.4.1", "displayName": "Unity Resource Generator", "description": "Generate path strings for Resources.Load", "license": "MIT", + "licensesUrl": "https://github.com/AutSoft/UnityResourceGenerator/blob/main/LICENSE.md", "changelogUrl": "https://github.com/AutSoft/UnityResourceGenerator/blob/main/CHANGELOG.md", "documentationUrl": "https://autsoft.github.io/UnityResourceGenerator/", "unity": "2019.4",