From a61273a53b30c4192a10fcda98e41f34ab46ca1a Mon Sep 17 00:00:00 2001 From: Ian Prest Date: Sat, 19 Oct 2013 16:14:54 -0400 Subject: [PATCH] Bumping to version 0.8 and deploying. --- kb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kb.js b/kb.js index 3cb890d..b65152d 100644 --- a/kb.js +++ b/kb.js @@ -172,7 +172,7 @@ var serializedTimer = false; // The application version - $scope.version = "0.7"; + $scope.version = "0.8"; // The selected tab; 0 == Properties, 1 == Kbd Properties, 2 == Raw Data $scope.selTab = 0;