From 5afe24ed52bb9bf21165a8606cdb5a5c875a644e Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Wed, 7 Aug 2019 13:12:57 -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 b20aed6..fea9880 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.0', + version: '0.6.2', get_inline: function(type, project){ let code = this.code[type]; if (!code) return false