Skip to content

Commit

Permalink
missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sevendials committed Feb 26, 2022
1 parent bf986ee commit 2eb3ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/kasa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'timeout'
require 'base64'
require 'ipaddr'
require 'logger'
require 'terminal-table'
require_relative 'kasa/version'
Expand Down
2 changes: 1 addition & 1 deletion lib/kasa/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Kasa
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit 2eb3ee9

Please sign in to comment.