Skip to content

Commit

Permalink
tagged 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Oct 26, 2009
1 parent b1a28b3 commit 7fba86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.txt
@@ -1,6 +1,7 @@
=== Version 0.4.1

* [changed] Major changes to the ImageScience module, it actually works now!
* [fixed] Bug in configuration where it complais that it can't dup Symbol

* [removed] Support for Sequel < 2.12
* [removed] `crop_resized` and `resize` aliases in RMagick, use `resize_to_fill` and `resize_to_fit` respectively
Expand Down
2 changes: 1 addition & 1 deletion lib/carrierwave.rb
Expand Up @@ -7,7 +7,7 @@

module CarrierWave

VERSION = "0.4.0"
VERSION = "0.4.1"

class << self
attr_accessor :root
Expand Down

0 comments on commit 7fba86e

Please sign in to comment.