lib/cinch/plugins/calculate/version.rb in cinch-calculate-0.0.1 vs lib/cinch/plugins/calculate/version.rb in cinch-calculate-1.0.0

- old
+ new

@@ -1,7 +1,7 @@ module Cinch module Plugins class Calculate - VERSION = "0.0.1" + VERSION = "1.0.0" end end end