From 22b323afc8c2ea7bf3aa52649f3cb9a4162e2c37 Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Fri, 16 Aug 2019 09:58:53 -0500 Subject: [PATCH] version bump --- app/MiscUnit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MiscUnit.js b/app/MiscUnit.js index 0f10f10..fc23e29 100644 --- a/app/MiscUnit.js +++ b/app/MiscUnit.js @@ -39,7 +39,7 @@ class MiscUnit extends Unit { // do stuff here global.devbug = { - version: '0.6.2', + version: '0.6.3', get_inline: function(type, project){ let code = this.code[type]; if (!code) return false