Skip to content

Commit

Permalink
Merge pull request #13 from xob/master
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
cognibox authored Sep 25, 2018
2 parents 6b3268f + 82b520a commit 6cded12
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.5"
VERSION = "1.0.6"
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.5"
expect(CbxLoco::VERSION).to eq "1.0.6"
end
end

0 comments on commit 6cded12

Please sign in to comment.