lib/evrythng/version.rb in evrythng-0.0.1 vs lib/evrythng/version.rb in evrythng-0.0.2

- old
+ new

@@ -1,4 +1,4 @@ module Evrythng # The version of the gem - VERSION = '0.0.1'.freeze unless defined?(::Evrythng::VERSION) + VERSION = '0.0.2'.freeze unless defined?(::Evrythng::VERSION) end