From: Mike Lowis Date: Tue, 16 Apr 2024 14:18:05 +0000 (-0400) Subject: bump version to 1.2 X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=ab7cf162c4e01795dc1bd1aa9260ad555394edc9;p=proto%2Fatv.git bump version to 1.2 --- diff --git a/atv/Gemfile.lock b/atv/Gemfile.lock index cab5c65..cf9cee4 100644 --- a/atv/Gemfile.lock +++ b/atv/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - atv (1.1.0) + atv (1.2.0) iodine GEM diff --git a/atv/atv.gemspec b/atv/atv.gemspec index 26e16e2..7b1d8cd 100644 --- a/atv/atv.gemspec +++ b/atv/atv.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'atv' - s.version = '1.1.0' + s.version = '1.2.0' s.licenses = ['MIT'] s.summary = "Websocket server that simulates a TV station" s.description = "Websocket server that simulates a TV station"