1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Bump to version 1.6.0

This commit is contained in:
James Cox 2014-12-29 12:27:59 -05:00
parent 6924f5eceb
commit 51f14a1b6c
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ require "rake"
Gem::Specification.new do |s|
s.name = "awesome_print"
s.version = "1.2.0"
s.version = "1.6.0"
# s.platform = Gem::Platform::RUBY
s.authors = "Michael Dvorkin"
s.date = Time.now.strftime("%Y-%m-%d")

View file

@ -5,6 +5,6 @@
#------------------------------------------------------------------------------
module AwesomePrint
def self.version
"1.2.0"
"1.6.0"
end
end