Skip to content

Commit

Permalink
Release 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jan 2, 2015
1 parent 6677eb7 commit 6e7378b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
## Master

[sourcekitten](https://github.com/jpsim/sourcekitten/compare/0.2.6...master)
[sourcekitten](https://github.com/jpsim/sourcekitten/compare/0.2.7...master)

##### Breaking

* None.

##### Enhancements

* None.

##### Bug Fixes

* None.

## 0.0.20

[sourcekitten](https://github.com/jpsim/sourcekitten/compare/0.2.6...0.2.7)

##### 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.0.19)
jazzy (0.0.20)
activesupport (~> 4.1)
mustache (~> 0.99)
nokogiri (~> 1.6)
Expand Down Expand Up @@ -34,7 +34,7 @@ GEM
i18n (0.7.0)
json (1.8.1)
metaclass (0.0.4)
mini_portile (0.6.1)
mini_portile (0.6.2)
minitest (5.5.0)
mocha (1.1.0)
metaclass (~> 0.0.1)
Expand All @@ -52,7 +52,7 @@ GEM
rainbow (2.0.0)
rake (10.3.2)
redcarpet (3.2.2)
rouge (1.7.4)
rouge (1.7.7)
rubocop (0.26.1)
astrolabe (~> 1.3)
parser (>= 2.2.0.pre.4, < 3.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.0.19' unless defined? Jazzy::VERSION
VERSION = '0.0.20' unless defined? Jazzy::VERSION
end

0 comments on commit 6e7378b

Please sign in to comment.