From 3a242b47cdf153746fa46f4dc954b8916c53cd73 Mon Sep 17 00:00:00 2001 From: "p.shestakov" Date: Tue, 9 Jul 2024 21:14:32 +0300 Subject: [PATCH] bump version to 0.4.5 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0333aea..4ca568b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Custom pipeline plugin about how to make work together Adobe Photoshop's files w #### Unity Plugin The latest version can be installed via [package manager](https://docs.unity3d.com/Manual/upm-ui-giturl.html) using following git URL: \ -`https://github.com/am1goo/unity-plugin-spritesheet-3000.git#0.4.4` +`https://github.com/am1goo/unity-plugin-spritesheet-3000.git#0.4.5` ## Getting started #### Adobe Photoshop CC Extension diff --git a/package.json b/package.json index 71bcc75..fa35322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.am1goo.spritesheet3000", - "version": "0.4.4", + "version": "0.4.5", "displayName": "Spritesheet 3000", "description": "Spritesheet 3000 Plugin for Unity", "unity": "2020.3",