Skip to content

Commit

Permalink
Bump to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Aug 5, 2013
1 parent bd1fedc commit 297132a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -130,6 +130,8 @@ MIT-LICENSE file for details.

## History

* 1.0.2 - Fix bug in interpolated regular expression resourcing.

* 1.0.1 - Add support for missing exception class or variable in
rescue (from Trent Ogren).

Expand Down
2 changes: 1 addition & 1 deletion lib/sorcerer/version.rb
Expand Up @@ -2,7 +2,7 @@ module Sorcerer
VERSION_NUMBERS = [
VERSION_MAJOR = 1,
VERSION_MINOR = 0,
VERSION_BUILD = 1,
VERSION_BUILD = 2,
]

VERSION = VERSION_NUMBERS.join('.')
Expand Down

0 comments on commit 297132a

Please sign in to comment.