aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-03-28 08:54:31 +1300
committerPhilip Arndt <parndt@gmail.com>2011-03-28 08:55:15 +1300
commitaed62fa7a01f372cb30b26eb43c49d187d1f4087 (patch)
tree158c60ba93d0e22bc28480606891570ada51d3a6 /lib/refinerycms-blog.rb
parent3642dfbe3168f1396c1b2b9c774dc95255d7c1e3 (diff)
downloadrefinerycms-blog-aed62fa7a01f372cb30b26eb43c49d187d1f4087.tar.gz
refinerycms-blog-aed62fa7a01f372cb30b26eb43c49d187d1f4087.tar.bz2
refinerycms-blog-aed62fa7a01f372cb30b26eb43c49d187d1f4087.zip
We need to start targeting refinerycms-core not refinerycms because this would prevent people building their own stack and using this engine.
Diffstat (limited to 'lib/refinerycms-blog.rb')
-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 0158e0b..60c9bfa 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -38,7 +38,7 @@ module Refinery
class << self
def version
- %q{1.3.2}
+ %q{1.4}
end
end
end