Update VERSION

This commit is contained in:
kiswa 2014-10-26 08:53:45 -04:00
parent b3c0ba8a7d
commit 487985cafc
2 changed files with 5 additions and 7 deletions

10
VERSION
View File

@ -1,10 +1,8 @@
v0.2.4
v0.2.5
Changelog
* Bugfix for attachments downloading with hash instead of file name (#41).
* Bugfix for item positions (#37).
* noty errors are ignored now.
* Favicons added.
* API Error now returns exception message in JSON data.
* Markdown support in comments
* Cursor on default input field
* Show app version

View File

@ -51,7 +51,7 @@ function($routeProvider, $httpProvider) {
}]);
// Custom handlers for route authentication and rejection of invalid board id
taskBoard.run(['$rootScope', '$location', '$window', 'AuthenticationService',
taskBoard.run(['$rootScope', '$location', '$window', 'AuthenticationService',
function($rootScope, $location, $window, AuthenticationService) {
$rootScope.version = 'v0.2.5';