Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
se3000 committed Jul 31, 2013
1 parent 483fa68 commit a3cdda9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Test drive new functionality and prevent bugs by asserting objects respond to me

## Usage


```ruby

class Foo; end
Expand All @@ -30,6 +29,8 @@ Any of these situation will raise an error because instances of Foo do not respo
After the initial extra assertion, they continue to act like regular RSpec mocks/stubs.


If you are using a version of RSpec < 2.14, lock to BetterReceive version 0.5 or earlier.

## Contributing

1. Fork it
Expand Down
2 changes: 1 addition & 1 deletion lib/better_receive/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BetterReceive
BETTER_VERSION = "0.5.0"
BETTER_VERSION = "0.6.0"
end

0 comments on commit a3cdda9

Please sign in to comment.