Skip to content

Commit b31505a

Browse files
committed
Version bump to 0.9.1
1 parent a17bf4e commit b31505a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/open_weather/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenWeather
2-
VERSION = "0.9"
2+
VERSION = "0.9.1"
33
end

spec/open_weather/version_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'spec_helper'
22

33
describe "Version" do
4-
it "should be version 0.9" do
5-
OpenWeather::VERSION.should == "0.9"
4+
it "should be version 0.9.1" do
5+
OpenWeather::VERSION.should == "0.9.1"
66
end
77
end

0 commit comments

Comments
 (0)