Skip to content

Commit

Permalink
Bump up version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Apr 16, 2014
1 parent 4f6a134 commit f64169b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Development

## v1.13.0

* Improve the conversion performance.

## v1.12.0

* Support conversion of hook scope names. ([#53](https://github.com/yujinakayama/transpec/issues/53))
Expand Down
2 changes: 1 addition & 1 deletion lib/transpec/version.rb
Expand Up @@ -4,7 +4,7 @@ module Transpec
# http://semver.org/
module Version
MAJOR = 1
MINOR = 12
MINOR = 13
PATCH = 0

def self.to_s
Expand Down

0 comments on commit f64169b

Please sign in to comment.