diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d2a4f3..ff39224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.0 +- Version bump, same as 0.5.0 after manual testing + # 0.5.0 - Normalize line endings to Windows CLRF - Add Roslynator suppression to line endings diff --git a/UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json b/UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json index ddad40d..5ca6c4b 100644 --- a/UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json +++ b/UnityResourceGenerator/Assets/AutSoft.UnityResourceGenerator/package.json @@ -1,6 +1,6 @@ { "name": "com.autsoft.unityresourcegenerator", - "version": "0.5.0", + "version": "1.0.0", "displayName": "Unity Resource Generator", "description": "Generate path strings for Resources.Load", "license": "MIT",