Skip to content

Commit

Permalink
Merge pull request #1078 from realm/jf-release-0.10.0
Browse files Browse the repository at this point in the history
Release 0.10.0
  • Loading branch information
johnfairh authored Jun 22, 2019
2 parents e03e3e3 + 855761b commit c528d47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 0.10.0

##### Breaking

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jazzy (0.9.6)
jazzy (0.10.0)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
Expand Down Expand Up @@ -93,7 +93,7 @@ GEM
faraday-http-cache (2.0.0)
faraday (~> 0.8)
ffi (1.11.1)
fourflusher (2.3.0)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
git (1.5.0)
Expand All @@ -106,7 +106,7 @@ GEM
liferaft (0.0.6)
metaclass (0.0.4)
minitest (5.11.3)
mocha (1.8.0)
mocha (1.9.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.3)
mocha (>= 0.13.0)
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.9.6'.freeze unless defined? Jazzy::VERSION
VERSION = '0.10.0'.freeze unless defined? Jazzy::VERSION
end

0 comments on commit c528d47

Please sign in to comment.