diff --git a/README.md b/README.md index c28a184..b1dc3ca 100755 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ Look up [this wiki page](https://github.com/kraiz/icecult/wiki). Changelog --------- +* 0.4.0: + * feature: show available updates in statusbar + * 0.3.0: * bugfix: Chat text could be sent multiple times [#8](/../../issues/8) * feature: Download queue size visible in status bar [#9](/../../issues/9) diff --git a/app/js/app.js b/app/js/app.js index d89574c..9568fc5 100644 --- a/app/js/app.js +++ b/app/js/app.js @@ -4,7 +4,7 @@ var EiskaltApp = angular.module('EiskaltApp', ['ngRoute', 'ngStorage', 'ngSaniti 'angularBootstrapNavTree', 'UpdateCheck', 'EiskaltRPC', 'EiskaltFilters']); EiskaltApp.value('settings', { - version: '0.3.0', + version: '0.4.0', updateUrl: 'https://api.github.com/repos/kraiz/icecult/releases', chatMessagesKept: 250, refresh: {