Skip to content

Commit d3237c7

Browse files
committed
v2.3.2
1 parent 38340f2 commit d3237c7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
balboa_worldwide_app (2.3.1)
4+
balboa_worldwide_app (2.3.2)
55
ccutrer-serialport (~> 1.0)
66
digest-crc (~> 0.4)
77
mqtt-homeassistant (>= 1.0.3)
@@ -18,7 +18,7 @@ GEM
1818
ffi (~> 1.9, >= 1.9.3)
1919
digest-crc (0.6.5)
2020
rake (>= 12.0.0, < 14.0.0)
21-
ffi (1.17.1-x86_64-linux-gnu)
21+
ffi (1.17.2-x86_64-linux-gnu)
2222
homie-mqtt (1.6.3)
2323
mqtt-ccutrer (~> 1.0, >= 1.0.3)
2424
ruby2_keywords (~> 0.0.5)
@@ -28,9 +28,9 @@ GEM
2828
mqtt-homeassistant (1.0.3)
2929
json (~> 2.0)
3030
mqtt-ccutrer (~> 1.0, >= 1.0.3)
31-
mqtt-homie-homeassistant (1.0.5)
31+
mqtt-homie-homeassistant (1.0.6)
3232
homie-mqtt (~> 1.6)
33-
mqtt-homeassistant (~> 1.0, >= 1.0.2)
33+
mqtt-homeassistant (~> 1.0, >= 1.0.3)
3434
net-telnet (0.2.0)
3535
net-telnet-rfc2217 (1.0.2)
3636
net-telnet (~> 0.2.0)

lib/bwa/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BWA
4-
VERSION = "2.3.1"
4+
VERSION = "2.3.2"
55
end

0 commit comments

Comments
 (0)