From f6a412f9be36107374dd77364b67593e0aaab88b Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 15 Oct 2018 19:49:38 +0200 Subject: [PATCH 1/2] Bump the version to 1.17.1 --- stoptime.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stoptime.rb b/stoptime.rb index 00795b4..12b92ee 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -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. From c5f6808e6b64c1b2249c7b76f81f5f41c340f418 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 15 Oct 2018 19:50:40 +0200 Subject: [PATCH 2/2] Update the changelog --- CHANGELOG.rdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index ac74faa..43f2ab4 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -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: