From c2f7cc674a9f7754ab39a0638886e8bb197e7dde Mon Sep 17 00:00:00 2001 From: CMEONE Date: Thu, 4 Mar 2021 14:47:19 -0800 Subject: [PATCH] Increment version --- tApp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tApp.js b/tApp.js index 3fe33f6..1ae7a33 100644 --- a/tApp.js +++ b/tApp.js @@ -6,7 +6,7 @@ class tApp { static started = false; static database; static get version() { - return "v0.3.0"; + return "v0.4.0"; } static configure(params) { if(params == null) {