Skip to content

Commit

Permalink
Releasing version 0.1.2. Updated version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtithorat committed May 16, 2014
1 parent 2dc36c8 commit f3b5357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@
process crop: [:avatar, 600, 600]
resize_to_limit(100,100)
end

## CarrierWave-Crop v0.1.1
* Fixes Issue #1: Colons in html `id` attribute for Namespaced Models
2 changes: 1 addition & 1 deletion lib/carrierwave/crop/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module CarrierWave
module Crop
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit f3b5357

Please sign in to comment.