Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Dec 30, 2008
1 parent 04a9a83 commit 84f0d61
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
Expand Up @@ -43,7 +43,7 @@
# documentation for Paperclip::ClassMethods for more useful information.
module Paperclip

VERSION = "2.2.1"
VERSION = "2.2.2"

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

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

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

0 comments on commit 84f0d61

Please sign in to comment.