Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit da56c39

Browse files
committed
Release version v4.2.4
[ci skip]
1 parent 19f97f0 commit da56c39

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.2.4:
2+
3+
* Rollback backwards incompatible change, allowing paperclip to run on
4+
Ruby >= 1.9.2.
5+
16
4.2.3:
27

38
* Fix dependency specifications (didn't work with Rails 4.1)

lib/paperclip/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Paperclip
2-
VERSION = "4.2.3" unless defined? Paperclip::VERSION
2+
VERSION = "4.2.4" unless defined? Paperclip::VERSION
33
end

0 commit comments

Comments
 (0)