Skip to content

Commit

Permalink
Bump up version to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Feb 24, 2014
1 parent 5e6bd0f commit ecb64f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Development

## v1.9.3

* Handle `variable.any_instance` ([#46](https://github.com/yujinakayama/transpec/issues/46))
* Fix a bug where the DSL `example` (an alias of `it`) was confused with current example object (e.g. `example 'it does something' do ... end` was converted to `example 'it does something' do |example| ... end`)

Expand Down
2 changes: 1 addition & 1 deletion lib/transpec/version.rb
Expand Up @@ -5,7 +5,7 @@ module Transpec
module Version
MAJOR = 1
MINOR = 9
PATCH = 2
PATCH = 3

def self.to_s
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit ecb64f5

Please sign in to comment.