Skip to content

Commit

Permalink
bump version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
oudirichi authored and cognibox committed Feb 26, 2018
1 parent c40cf2b commit a7d4d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cbx_loco/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CbxLoco
VERSION = "1.0.3"
VERSION = "1.0.4"
end
2 changes: 1 addition & 1 deletion spec/cbx_loco/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

describe CbxLoco::VERSION do
it "should return the version number" do
expect(CbxLoco::VERSION).to eq "1.0.3"
expect(CbxLoco::VERSION).to eq "1.0.4"
end
end

0 comments on commit a7d4d88

Please sign in to comment.