Skip to content

Commit

Permalink
Update version to 0.11.0 (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Sep 13, 2019
1 parent 7b377b7 commit 34ac6b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.11.0

##### Breaking

Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jazzy (0.10.0)
jazzy (0.11.0)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
Expand All @@ -14,7 +14,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.0)
CFPropertyList (3.0.1)
activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
Expand All @@ -33,10 +33,10 @@ GEM
clintegracon (0.7.0)
colored (~> 1.2)
diffy
cocoapods (1.7.2)
cocoapods (1.7.5)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.7.2)
cocoapods-core (= 1.7.5)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -52,7 +52,7 @@ GEM
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.10.0, < 2.0)
cocoapods-core (1.7.2)
cocoapods-core (1.7.5)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
Expand All @@ -62,7 +62,7 @@ GEM
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.1.0)
cocoapods-trunk (1.3.1)
cocoapods-trunk (1.4.0)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.1.0)
Expand Down Expand Up @@ -130,8 +130,8 @@ GEM
rainbow (2.2.2)
rake
rake (10.5.0)
redcarpet (3.4.0)
rouge (3.4.1)
redcarpet (3.5.0)
rouge (3.10.0)
rubocop (0.49.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
Expand All @@ -142,7 +142,7 @@ GEM
ruby-macho (1.4.0)
ruby-progressbar (1.10.1)
safe_yaml (1.0.5)
sassc (2.1.0)
sassc (2.2.0)
ffi (~> 1.9)
sawyer (0.8.2)
addressable (>= 2.3.5)
Expand All @@ -160,7 +160,7 @@ GEM
hashdiff (>= 0.4.0, < 2.0.0)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.10.0)
xcodeproj (1.12.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.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.10.0'.freeze unless defined? Jazzy::VERSION
VERSION = '0.11.0'.freeze unless defined? Jazzy::VERSION
end

0 comments on commit 34ac6b1

Please sign in to comment.