diff --git a/CHANGELOG.md b/CHANGELOG.md index 625e5285e..f509c3af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index 6e08b6851..57a6638d6 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/jazzy/gem_version.rb b/lib/jazzy/gem_version.rb index 8bf06794f..1619a3578 100755 --- a/lib/jazzy/gem_version.rb +++ b/lib/jazzy/gem_version.rb @@ -1,3 +1,3 @@ module Jazzy - VERSION = '0.1.1' unless defined? Jazzy::VERSION + VERSION = '0.1.2' unless defined? Jazzy::VERSION end