Skip to content

Commit

Permalink
releasing version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed Feb 21, 2015
1 parent 031234e commit a344de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Look up [this wiki page](https://github.com/kraiz/icecult/wiki).
Changelog
---------

* upcoming:
* 0.5.0:
* feature: added settings tab
* feature: enabled possibility to pause/resume hashing
* feature: updated angular to 1.3.13 and bootstrap to 3.3.2
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.4.1',
version: '0.5.0',
updateUrl: 'https://api.github.com/repos/kraiz/icecult/releases',
chatMessagesKept: 250,
refresh: {
Expand Down

0 comments on commit a344de8

Please sign in to comment.