diff --git a/Gemfile.lock b/Gemfile.lock index f3ccb12..74833a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tzf (1.0.0) + tzf (1.0.1) rb_sys (~> 0.9.89) GEM diff --git a/lib/tzf/version.rb b/lib/tzf/version.rb index ddd77a9..1e70d0d 100644 --- a/lib/tzf/version.rb +++ b/lib/tzf/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TZF - VERSION = "1.0.0" + VERSION = "1.0.1" end