Skip to content

Commit

Permalink
Version number increase.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallLars committed Jan 8, 2019
1 parent 8ee42bc commit 15f258f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/openssl/ccm/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OpenSSL
class CCM
VERSION = '1.2.1'
VERSION = '1.2.2'
end
end
2 changes: 1 addition & 1 deletion openssl-ccm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.name = 'openssl-ccm'
s.version = OpenSSL::CCM::VERSION
s.required_ruby_version = '>= 2.0.0'
s.date = '2015-09-28'
s.date = '2019-01-08'
s.authors = ['Lars Schmertmann']
s.email = ['[email protected]']
s.summary = 'RFC 3610 - CCM'
Expand Down

0 comments on commit 15f258f

Please sign in to comment.