We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17bf4e commit b31505aCopy full SHA for b31505a
lib/open_weather/version.rb
@@ -1,3 +1,3 @@
1
module OpenWeather
2
- VERSION = "0.9"
+ VERSION = "0.9.1"
3
end
spec/open_weather/version_spec.rb
@@ -1,7 +1,7 @@
require 'spec_helper'
describe "Version" do
4
- it "should be version 0.9" do
5
- OpenWeather::VERSION.should == "0.9"
+ it "should be version 0.9.1" do
+ OpenWeather::VERSION.should == "0.9.1"
6
7
0 commit comments