Skip to content

Commit

Permalink
Bumping to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jul 15, 2009
1 parent d97f814 commit e430afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/paperclip.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# documentation for Paperclip::ClassMethods for more useful information. # documentation for Paperclip::ClassMethods for more useful information.
module Paperclip module Paperclip


VERSION = "2.2.9.2" VERSION = "2.3.0"


class << self class << self
# Provides configurability to Paperclip. There are a number of options available, such as: # Provides configurability to Paperclip. There are a number of options available, such as:
Expand Down
2 changes: 1 addition & 1 deletion paperclip.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{paperclip} s.name = %q{paperclip}
s.version = "2.2.9.2" s.version = "2.3.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jon Yurek"] s.authors = ["Jon Yurek"]
Expand Down

0 comments on commit e430afe

Please sign in to comment.