Bump for release v1.0.4

This commit is contained in:
Marc Siegel 2013-07-25 18:55:37 -04:00
parent 4deca08da2
commit 7644b2663e
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# HISTORY
## [v1.0.4 (Jul 25, 2013)](http://github.com/ms-ati/docile/compare/v1.0.3...v1.0.4)
- simplify and clarify code
- fix a minor bug where FallbackContextProxy#instance_variables would return
symbols rather than strings on Ruby 1.8.x
## [v1.0.3 (Jul 6, 2013)](http://github.com/ms-ati/docile/compare/v1.0.2...v1.0.3)
- instrument code coverage via SimpleCov and publish to Coveralls.io

View File

@ -1,3 +1,3 @@
module Docile
VERSION = "1.0.3"
VERSION = "1.0.4"
end