lib/dirty_hashy/version.rb in dirty_hashy-0.1.3 vs lib/dirty_hashy/version.rb in dirty_hashy-0.2.0

- old
+ new

@@ -1,7 +1,7 @@ -class DirtyHashy < HashWithIndifferentAccess +class DirtyHashy < Hash MAJOR = 0 - MINOR = 1 - TINY = 3 + MINOR = 2 + TINY = 0 VERSION = [MAJOR, MINOR, TINY].join(".") end \ No newline at end of file