Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiStyle committed Nov 15, 2021
1 parent 8aae263 commit 34d1197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/panasonic_ac/esppac.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace esphome {

namespace panasonic_ac {

static const char *const VERSION = "2.2.0";
static const char *const VERSION = "2.2.1";

static const uint8_t BUFFER_SIZE = 128; // The maximum size of a single packet (both receive and transmit)
static const uint8_t READ_TIMEOUT = 20; // The maximum time to wait before considering a packet complete
Expand Down

0 comments on commit 34d1197

Please sign in to comment.