Skip to content

Commit 4275bd3

Browse files
committed
Update app display version.
1 parent 66ed4a8 commit 4275bd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function($routeProvider, $httpProvider) {
5353
// Custom handlers for route authentication and rejection of invalid board id
5454
taskBoard.run(['$rootScope', '$location', '$window', 'AuthenticationService',
5555
function($rootScope, $location, $window, AuthenticationService) {
56-
$rootScope.version = 'v0.2.5';
56+
$rootScope.version = 'v0.2.6';
5757

5858
$rootScope.$on('$routeChangeStart', function(event, nextRoute, currentRoute) {
5959
// Redirect to default path if authentication is required but not present.

0 commit comments

Comments
 (0)