From 05b88070940332830d44407c1a9947ad949f9d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kurai?= Date: Fri, 15 Oct 2021 12:36:33 +0200 Subject: [PATCH] bump version to 1.0.0 --- CHANGELOG.md | 3 +++ .../Assets/AutSoft.UnityResourceGenerator/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",