Skip to content

Commit

Permalink
v3.1.0. See CHANGELOG.md for details.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcn committed May 10, 2015
1 parent 472e2b6 commit eeca87c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 3.1.0 / 2015-05-09

[full changelog](https://github.com/jedcn/reveal-ck/compare/v3.0.1...v3.1.0)

This release allows you to add a description to your configuration,
and this description will appear in the generate slides as a <meta>
tag.

### 3.0.1 / 2015-03-01

[full changelog](https://github.com/jedcn/reveal-ck/compare/v3.0.0...v3.0.1)
Expand All @@ -16,8 +24,8 @@ Guard was the "most difficult" upgrade because of how its API changed,
so there may be some lurking issues.

It also dropped support for textile. This came in over 2 years ago,
but, I've never heard of anyone using it (or being psyched know it was
an option).
but, I've never heard of anyone using it (or being psyched to know it
was an option).

### 3.0.0 / 2015-01-23

Expand Down
2 changes: 1 addition & 1 deletion lib/reveal-ck/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RevealCK::VERSION is the current version of reveal-ck
module RevealCK
VERSION = '3.0.1'
VERSION = '3.1.0'
end
2 changes: 1 addition & 1 deletion reveal-ck.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require File.join([File.dirname(__FILE__),'lib','reveal-ck','version.rb'])

Gem::Specification.new do |s|
# DON'T FORGET TO CHANGE ME!
s.date = '2015-03-01'
s.date = '2015-05-09'
s.required_ruby_version = '>= 2.0.0'
s.name = 'reveal-ck'
s.version = RevealCK::VERSION
Expand Down

0 comments on commit eeca87c

Please sign in to comment.