aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-18 15:20:22 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-18 15:20:22 +1200
commit6086ac36adf6f54a5d2957ffdf101e251edd553c (patch)
tree1af783d082c4bb04afd57a1a181acf886d754316 /lib/refinerycms-blog.rb
parentaec6ed5a1ffc32929e7c12e3ef7a9e69ed45cc19 (diff)
downloadrefinerycms-blog-6086ac36adf6f54a5d2957ffdf101e251edd553c.tar.gz
refinerycms-blog-6086ac36adf6f54a5d2957ffdf101e251edd553c.tar.bz2
refinerycms-blog-6086ac36adf6f54a5d2957ffdf101e251edd553c.zip
Made use of new ajax loader from Neoteric Design that is now in Refinery core, regenerated gemspec, set up js and css files and currently just reading them in (this will work better under rails3)
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 2ef1bf9..32b58a7 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -2,7 +2,7 @@ module Refinery
module Blog
class << self
def version
- %q{0.9.8.dev1}
+ %q{0.9.8.dev2}
end
end
end