Skip to content

Commit

Permalink
Updating CHANGELOG, version, .gemspec for 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcn committed Apr 23, 2017
1 parent 1a3b8a6 commit 3382c66
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Expand Up @@ -13,7 +13,23 @@ bugs are fixed.

## [Unreleased][unreleased]

[unreleased]: https://github.com/jedcn/reveal-ck/compare/v3.5.1...master
[unreleased]: https://github.com/jedcn/reveal-ck/compare/v3.6.0...master

### Added

* Nothing

### Changed

* Nothing

### Fixed

* Nothing.

## 3.6.0 / 2017-04-23

[Detailed Changes](https://github.com/jedcn/reveal-ck/compare/v3.5.1...v3.6.0)

### Added

Expand Down
2 changes: 1 addition & 1 deletion lib/reveal-ck/version.rb
@@ -1,4 +1,4 @@
# RevealCK::VERSION is the current version of reveal-ck
module RevealCK
VERSION = '3.5.1'.freeze
VERSION = '3.6.0'.freeze
end
2 changes: 1 addition & 1 deletion reveal-ck.gemspec
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('../lib', __FILE__)
require File.join([File.dirname(__FILE__), 'lib', 'reveal-ck', 'version.rb'])

Gem::Specification.new do |s|
s.date = '2017-01-14'
s.date = '2017-04-23'
s.required_ruby_version = '>= 2.2.2'
s.name = 'reveal-ck'
s.version = RevealCK::VERSION
Expand Down

0 comments on commit 3382c66

Please sign in to comment.