Skip to content

Commit

Permalink
new version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed Nov 3, 2014
1 parent 86e56cc commit ef18117
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit ef18117

Please sign in to comment.