Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jun 29, 2015
1 parent 8ca95da commit 8aa0f6a
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.2.1

* Add missing `astrolabe` dependency definition.

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

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

0 comments on commit 8aa0f6a

Please sign in to comment.