diff --git a/Installer/Assets/com.IvanMurzak/Image Loader Installer/Installer.cs b/Installer/Assets/com.IvanMurzak/Image Loader Installer/Installer.cs index 37c865e..ca2edbe 100644 --- a/Installer/Assets/com.IvanMurzak/Image Loader Installer/Installer.cs +++ b/Installer/Assets/com.IvanMurzak/Image Loader Installer/Installer.cs @@ -15,7 +15,7 @@ namespace com.IvanMurzak.Unity.ImageLoader.Installer public static partial class Installer { public const string PackageId = "extensions.unity.imageloader"; - public const string Version = "7.0.2"; + public const string Version = "7.0.3"; static Installer() { diff --git a/Unity-Package/Assets/root/Runtime/Future/Future.Loading.List.cs b/Unity-Package/Assets/root/Runtime/Future/Future.Loading.List.cs index 897a164..9d8e01c 100644 --- a/Unity-Package/Assets/root/Runtime/Future/Future.Loading.List.cs +++ b/Unity-Package/Assets/root/Runtime/Future/Future.Loading.List.cs @@ -38,7 +38,7 @@ private static void RemoveLoading(string url) else { if (ImageLoader.settings.debugLevel.IsActive(DebugLevel.Warning)) - Debug.LogWarning($"[ImageLoader] Future[id={future.Id}] Wasn't able to remove loading registration, not found in loading tasks\n{url}"); + Debug.LogWarning($"[ImageLoader] Wasn't able to remove loading registration, not found in loading tasks\n{url}"); } } } diff --git a/Unity-Package/Assets/root/package.json b/Unity-Package/Assets/root/package.json index a680fbe..69005b7 100644 --- a/Unity-Package/Assets/root/package.json +++ b/Unity-Package/Assets/root/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/IvanMurzak" }, "license": "MIT", - "version": "7.0.2", + "version": "7.0.3", "unity": "2019.4", "description": "Asynchronous image loading from remote or local destination. It has two layers of configurable Memory and Disk cache systems.", "keywords": [