diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 45a3575..c24d4ee 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -4,6 +4,15 @@ flightdash.io + + + diff --git a/src/main/resources/static/script.js b/src/main/resources/static/script.js index 74860cc..7aca94f 100644 --- a/src/main/resources/static/script.js +++ b/src/main/resources/static/script.js @@ -5,7 +5,7 @@ var app = angular.module('checklistApp', []); app.controller('ChecklistController', ['$scope', '$sce', '$timeout', '$http', '$document', '$interval', function($scope, $sce, $timeout, $http, $document, $interval) { - $scope.versionNumber = '1.0.4 Beta'; + $scope.versionNumber = '1.0.5 Beta'; $scope.state = 'Idle'; $scope.messages = []; $scope.selectedChecklist = '';