Skip to content

Commit 9c0b186

Browse files
authored
Merge pull request #7 from AutSoft/develop
0.4.1
2 parents c2248d7 + 2bd8dd5 commit 9c0b186

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.4.1
2+
- Add license URL to package
3+
14
# 0.4.0
25
- More nicely formatted output
36

UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "com.autsoft.unityresourcegenerator",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"displayName": "Unity Resource Generator",
55
"description": "Generate path strings for Resources.Load",
66
"license": "MIT",
7+
"licensesUrl": "https://github.com/AutSoft/UnityResourceGenerator/blob/main/LICENSE.md",
78
"changelogUrl": "https://github.com/AutSoft/UnityResourceGenerator/blob/main/CHANGELOG.md",
89
"documentationUrl": "https://autsoft.github.io/UnityResourceGenerator/",
910
"unity": "2019.4",

0 commit comments

Comments
 (0)