Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Apr 19, 2015
1 parent fe0b04a commit bc1318f
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

## v0.3.1

* Handle deprecated `Gemologist::AbstractGemfile#rewrite!`.

## v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/safedep/version.rb
Expand Up @@ -3,7 +3,7 @@ module Safedep
module Version
MAJOR = 0
MINOR = 3
PATCH = 0
PATCH = 1

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

0 comments on commit bc1318f

Please sign in to comment.