Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Feb 28, 2015
1 parent bcbdb35 commit bbc82e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@

##### Enhancements

* None.

##### Bug Fixes

* None.

## 0.1.2

##### Breaking

* None.

##### Enhancements

* Use Menlo for code everywhere.
[beltex](https://github.com/beltex)
[#137](https://github.com/realm/jazzy/issues/137)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jazzy (0.1.1)
jazzy (0.1.2)
activesupport (~> 4.1)
cocoapods (~> 0.36.0.rc.1)
mustache (~> 0.99)
Expand Down
2 changes: 1 addition & 1 deletion lib/jazzy/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jazzy
VERSION = '0.1.1' unless defined? Jazzy::VERSION
VERSION = '0.1.2' unless defined? Jazzy::VERSION
end

0 comments on commit bbc82e5

Please sign in to comment.