Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Apr 18, 2015
1 parent 04a4023 commit 53abe59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,11 @@
# Changelog

## Development

## v0.1.1

* Support Ruby 1.9.3.

## v0.1.0

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

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

0 comments on commit 53abe59

Please sign in to comment.