From 4c570039a268d11005a832ae9875c01107c29548 Mon Sep 17 00:00:00 2001 From: Guillaume Juvenet Date: Thu, 31 Oct 2024 14:23:11 +0100 Subject: [PATCH] chore: version 1.14.4 --- opening_hours_converter.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opening_hours_converter.gemspec b/opening_hours_converter.gemspec index b0cfa2e..6738fdb 100644 --- a/opening_hours_converter.gemspec +++ b/opening_hours_converter.gemspec @@ -2,10 +2,10 @@ Gem::Specification.new do |s| s.name = 'opening_hours_converter' - s.version = '1.14.3' + s.version = '1.14.4' s.summary = 'Datetime range to opening hours, opening hours to datetime range' s.description = 'Datetime range to opening hours, opening hours to datetime range. Very strongly inspired by YoHours.' - s.authors = ['Ziserman Martin'] + s.authors = ['Publidata'] s.email = 'tech@publidata.io' s.add_runtime_dependency 'json' s.files = Dir['{lib}/**/*', 'README.md']