From 9fc55e5d5a612cf45bc25504ef2de03509ba2803 Mon Sep 17 00:00:00 2001 From: Ian Prest Date: Mon, 14 Oct 2013 02:10:18 -0400 Subject: [PATCH] Bumping version to 0.6 and deploying. --- kb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kb.js b/kb.js index 389fe3d..df0c13d 100644 --- a/kb.js +++ b/kb.js @@ -136,7 +136,7 @@ var serializedTimer = false; // The application version - $scope.version = "0.5"; + $scope.version = "0.6"; // The selected tab; 0 == Properties, 1 == Raw Data $scope.selTab = 0;