diff --git a/README.md b/README.md index dae3f3f3c..8801510a9 100644 --- a/README.md +++ b/README.md @@ -1070,5 +1070,6 @@ Thank you to all [the contributors](https://github.com/kreeti/kt-paperclip/graph License ------- -Paperclip is Copyright © 2008-2017 thoughtbot, inc. It is free software, and may be -redistributed under the terms specified in the MIT-LICENSE file. +Copyright © 2020-2021 Kreeti Technologies Pvt. Ltd. +Copyright © 2008-2017 thoughtbot, inc. +It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file. diff --git a/lib/paperclip/version.rb b/lib/paperclip/version.rb index 52e5a0adc..9b4ac9071 100644 --- a/lib/paperclip/version.rb +++ b/lib/paperclip/version.rb @@ -1,3 +1,3 @@ module Paperclip - VERSION = "6.4.1" unless defined?(Paperclip::VERSION) + VERSION = "7.0.0" unless defined?(Paperclip::VERSION) end