From 4225f2f4c7ea5cef6782a788620f740f16f75233 Mon Sep 17 00:00:00 2001 From: Ian Prest Date: Mon, 14 Oct 2013 22:22:07 -0400 Subject: [PATCH] Bumping version to 0.7 and deploying. --- kb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kb.js b/kb.js index a0e727f..3ef4345 100644 --- a/kb.js +++ b/kb.js @@ -168,7 +168,7 @@ var serializedTimer = false; // The application version - $scope.version = "0.6"; + $scope.version = "0.7"; // The selected tab; 0 == Properties, 1 == Kbd Properties, 2 == Raw Data $scope.selTab = 0;