From eeca87c5001b672dc2107412f826b4e354f49e93 Mon Sep 17 00:00:00 2001 From: Jed Northridge Date: Sat, 9 May 2015 21:23:30 -0400 Subject: [PATCH] v3.1.0. See CHANGELOG.md for details. --- CHANGELOG.md | 12 ++++++++++-- lib/reveal-ck/version.rb | 2 +- reveal-ck.gemspec | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee73f30..02f7502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +tag. + ### 3.0.1 / 2015-03-01 [full changelog](https://github.com/jedcn/reveal-ck/compare/v3.0.0...v3.0.1) @@ -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 diff --git a/lib/reveal-ck/version.rb b/lib/reveal-ck/version.rb index 1e82ac7..e0b92e2 100644 --- a/lib/reveal-ck/version.rb +++ b/lib/reveal-ck/version.rb @@ -1,4 +1,4 @@ # RevealCK::VERSION is the current version of reveal-ck module RevealCK - VERSION = '3.0.1' + VERSION = '3.1.0' end diff --git a/reveal-ck.gemspec b/reveal-ck.gemspec index ed51648..59fcc7c 100644 --- a/reveal-ck.gemspec +++ b/reveal-ck.gemspec @@ -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