From ae5e81e9612549d8f3769bf904a163e8a4c1c6ce Mon Sep 17 00:00:00 2001 From: Ian Prest Date: Sat, 9 Nov 2013 13:54:05 -0500 Subject: [PATCH] Bumping to version 0.9 and deploying. --- kb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kb.js b/kb.js index 46c9a3d..7df7b67 100644 --- a/kb.js +++ b/kb.js @@ -242,7 +242,7 @@ var $color = {}; var serializedTimer = false; // The application version - $scope.version = "0.8"; + $scope.version = "0.9"; // The selected tab; 0 == Properties, 1 == Kbd Properties, 2 == Raw Data $scope.selTab = 0;