aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-03-04 18:47:56 +1300
committerPhilip Arndt <parndt@gmail.com>2011-03-04 18:47:56 +1300
commitdedf3e39102fca68e64a4cd728066ad53f1b0da5 (patch)
tree62dfbaeac7cc7c33c9991f5325f69234ff3c1413 /lib
parente5c0e2b0e92c9e509a9793cfe7467a33d20cfd57 (diff)
downloadrefinerycms-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.rb2
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