lib/cinch/plugins/weatherman/version.rb in cinch-weatherman-1.0.1 vs lib/cinch/plugins/weatherman/version.rb in cinch-weatherman-1.0.3
- old
+ new
@@ -1,5 +1,9 @@
+# -*- encoding: utf-8 -*-
module Cinch
- module Weatherman
- VERSION = "1.0.1"
+ module Plugins
+ # Versioning Info
+ class Weatherman
+ VERSION = '1.0.3'
+ end
end
end