Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Feb 23, 2015
1 parent cac0484 commit a3519bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
master
===

3.3.10
===
* Fixes #1469, missing `cattr_accessor` in Redcarpet support.
* Fix slim >= 3.0.0 deprecation warning

3.3.9
===
* Moved main `Application` from requiring to autoloading to work around some double-loading issues in Docker.

3.3.8
===
* Define a mime type for sourcemaps. #1451
Expand Down
2 changes: 1 addition & 1 deletion middleman-core/lib/middleman-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '3.3.9' unless const_defined?(:VERSION)
VERSION = '3.3.10' unless const_defined?(:VERSION)
end

0 comments on commit a3519bd

Please sign in to comment.