1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00

Bump for release v1.0.3

This commit is contained in:
Marc Siegel 2013-07-06 10:09:30 -04:00
parent d7cae46922
commit 3bd01b3e27
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# HISTORY
## [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
## [v1.0.2 (Apr 1, 2013)](http://github.com/ms-ati/docile/compare/v1.0.1...v1.0.2)
- allow passing parameters to DSL blocks (thanks @dslh!)

View file

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