From 203e54aadb9a116e1329334c74da23fca6740e87 Mon Sep 17 00:00:00 2001 From: uurha Date: Sun, 25 Dec 2022 20:57:27 +0000 Subject: [PATCH] Merge pull request #7 from uurha/dev Dev --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 27dcccb..981a92a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.uurha.betterruntimeconsole", "displayName": "Runtime Console", - "version": "0.0.5", + "version": "0.0.6", "unity": "2018.3", "description": "Runtime console, supports any unity logs from any thread", "author": { @@ -9,7 +9,7 @@ "url": "https://github.com/uurha" }, "dependencies": { - "com.uurha.betterextensions": "0.1.4" + "com.uurha.betterextensions": "0.1.5" }, "changelogUrl": "https://github.com/uurha/BetterRuntimeConsole", "documentationUrl": "https://github.com/uurha/BetterRuntimeConsole/tree/main#readme",