Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jan 8, 2018
1 parent 4157c76 commit d85d89b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.9.1

##### Breaking

Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jazzy (0.9.0)
jazzy (0.9.1)
cocoapods (~> 1.0)
mustache (~> 0.99)
open4
Expand All @@ -14,7 +14,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.5)
CFPropertyList (2.3.6)
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -96,12 +96,12 @@ GEM
gh_inspector (1.0.3)
git (1.3.0)
hashdiff (0.3.7)
i18n (0.9.0)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
kramdown (1.15.0)
liferaft (0.0.6)
metaclass (0.0.4)
minitest (5.10.3)
minitest (5.11.1)
mocha (1.3.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.3)
Expand Down Expand Up @@ -130,7 +130,7 @@ GEM
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redcarpet (3.4.0)
rouge (3.0.0)
rouge (3.1.0)
rubocop (0.49.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
Expand All @@ -141,7 +141,7 @@ GEM
ruby-macho (1.1.0)
ruby-progressbar (1.9.0)
safe_yaml (1.0.4)
sass (3.5.3)
sass (3.5.5)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -162,7 +162,7 @@ GEM
hashdiff
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.5.3)
xcodeproj (1.5.4)
CFPropertyList (~> 2.3.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
Expand All @@ -186,4 +186,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.15.4
1.16.0
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.0'.freeze unless defined? Jazzy::VERSION
VERSION = '0.9.1'.freeze unless defined? Jazzy::VERSION
end

0 comments on commit d85d89b

Please sign in to comment.