From 2ee62e21eded65257454d14d545f5db7484743b0 Mon Sep 17 00:00:00 2001 From: yasirkula Date: Sun, 21 Aug 2022 16:44:44 +0300 Subject: [PATCH] Added version info to README.txt (closed #72) --- Plugins/IngameDebugConsole/README.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/IngameDebugConsole/README.txt b/Plugins/IngameDebugConsole/README.txt index 9486ad2..bc76e27 100644 --- a/Plugins/IngameDebugConsole/README.txt +++ b/Plugins/IngameDebugConsole/README.txt @@ -1,4 +1,4 @@ -= In-game Debug Console = += In-game Debug Console (v1.5.8) = Online documentation available at: https://github.com/yasirkula/UnityIngameDebugConsole E-mail: yasirkula@gmail.com diff --git a/package.json b/package.json index d90a52f..c60e9f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.yasirkula.ingamedebugconsole", "displayName": "In-game Debug Console", - "version": "1.5.7", + "version": "1.5.8", "documentationUrl": "https://github.com/yasirkula/UnityIngameDebugConsole", "changelogUrl": "https://github.com/yasirkula/UnityIngameDebugConsole/releases", "licensesUrl": "https://github.com/yasirkula/UnityIngameDebugConsole/blob/master/LICENSE.txt",