Skip to content

Commit 5f3df84

Browse files
committed
Upped to v2.3.1
1 parent f133cdd commit 5f3df84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dm-paperclip.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = %q{dm-paperclip}
5-
s.version = "2.3.0"
5+
s.version = "2.3.1"
66

77
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
88
s.authors = ["Ken Robertson"]

lib/dm-paperclip.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# documentation for Paperclip::ClassMethods for more useful information.
4343
module Paperclip
4444

45-
VERSION = "2.3.0"
45+
VERSION = "2.3.1"
4646

4747
# To configure Paperclip, put this code in an initializer, Rake task, or wherever:
4848
#

0 commit comments

Comments
 (0)