Skip to content

Commit

Permalink
update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Bisen committed Mar 14, 2016
1 parent d042431 commit 03cf523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/wildsearcher/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wildsearcher
VERSION = "1.0.0"
VERSION = "1.0.1"
end
2 changes: 1 addition & 1 deletion spec/wildsearcher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe Wildsearcher do
context "version" do
subject { Wildsearcher::VERSION }
it { is_expected.to eq "1.0.0" }
it { is_expected.to eq "1.0.1" }
end

=begin
Expand Down

0 comments on commit 03cf523

Please sign in to comment.