diff options
author | Philip Arndt <parndt@gmail.com> | 2011-03-04 18:47:56 +1300 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2011-03-04 18:47:56 +1300 |
commit | dedf3e39102fca68e64a4cd728066ad53f1b0da5 (patch) | |
tree | 62dfbaeac7cc7c33c9991f5325f69234ff3c1413 /lib | |
parent | e5c0e2b0e92c9e509a9793cfe7467a33d20cfd57 (diff) | |
download | refinerycms-blog-dedf3e39102fca68e64a4cd728066ad53f1b0da5.tar.gz refinerycms-blog-dedf3e39102fca68e64a4cd728066ad53f1b0da5.tar.bz2 refinerycms-blog-dedf3e39102fca68e64a4cd728066ad53f1b0da5.zip |
Improved the YAML to support Psych better. Closes GH-46.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/refinerycms-blog.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb index ed2eb2d..7b29cea 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -38,7 +38,7 @@ module Refinery class << self def version - %q{1.3} + %q{1.3.1} end end end |