diff --git a/Gemfile.lock b/Gemfile.lock index 084d8e2..64d2562 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - balboa_worldwide_app (2.1.5) + balboa_worldwide_app (2.1.6) ccutrer-serialport (~> 1.0) digest-crc (~> 0.4) mqtt-homeassistant (~> 0.1, >= 0.1.5) diff --git a/lib/bwa/version.rb b/lib/bwa/version.rb index 4e02ded..3942e7a 100644 --- a/lib/bwa/version.rb +++ b/lib/bwa/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BWA - VERSION = "2.1.5" + VERSION = "2.1.6" end