Skip to content

Commit

Permalink
Update app display version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiswa committed Nov 11, 2014
1 parent 66ed4a8 commit 4275bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 53,7 @@ function($routeProvider, $httpProvider) {
// Custom handlers for route authentication and rejection of invalid board id
taskBoard.run(['$rootScope', '$location', '$window', 'AuthenticationService',
function($rootScope, $location, $window, AuthenticationService) {
$rootScope.version = 'v0.2.5';
$rootScope.version = 'v0.2.6';

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

0 comments on commit 4275bd3

Please sign in to comment.