Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fschwahn committed Aug 8, 2019
1 parent cf98141 commit cc779be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ or, to assert that something does not appear before
Error handling in place for cases where this or that does not appear on the page.

## Changelog
### 0.0.4 (unreleased)
### 0.1.0 (2019-08-08)
- Add support for capybara `within`-blocks

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion lib/orderly/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Orderly
VERSION = "0.0.3"
VERSION = "0.1.0".freeze
end

0 comments on commit cc779be

Please sign in to comment.