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",