Merge tag 'v1.16.1' into development

Release 1.16.1
This commit is contained in:
Paul van Tilburg 2015-07-11 21:51:14 +02:00
commit a2e021a6c6
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
= Stop… Camping Time! release news
== 1.16.1
Features:
* Allow back/forth navigation through company info version
* Only show unbilled time in the customer from (load time improvement!)
* Tweaked some form input sizes
* Add missing view subtitles
== 1.16.0
Features:

View File

@ -55,7 +55,7 @@ end
module StopTime
# The version of the application
VERSION = '1.16.0'
VERSION = '1.16.1'
puts "Starting Stop… Camping Time! version #{VERSION}"
# @return [Hash{String=>Object}] The parsed configuration.