Merge tag 'v1.17.1' into development

Release 1.17.1
This commit is contained in:
Paul van Tilburg 2018-10-15 19:59:12 +02:00
commit 825387cc6f
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
= Stop… Camping Time! release news
== 1.17.1
Bugfixes:
* Fix the number/currency input to allow for all values ≥ 0.00
== 1.17.0
Features:

View File

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