aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2012-03-20 15:16:58 +1300
committerPhilip Arndt <parndt@gmail.com>2012-03-20 15:16:58 +1300
commit3049816aa975d32b5ee67ed9d4bf7946ea147f6c (patch)
treee895092521417795c2e84eb0b84737dbdf0f65b5 /lib
parent460351e81ffa6f8ed39cc5134ff4c30d7e191a51 (diff)
downloadrefinerycms-blog-3049816aa975d32b5ee67ed9d4bf7946ea147f6c.tar.gz
refinerycms-blog-3049816aa975d32b5ee67ed9d4bf7946ea147f6c.tar.bz2
refinerycms-blog-3049816aa975d32b5ee67ed9d4bf7946ea147f6c.zip
Don't cache when logged in or there's a flash message. Moved canonical to protected methods.
Diffstat (limited to 'lib')
-rw-r--r--lib/refinery/blog/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/refinery/blog/version.rb b/lib/refinery/blog/version.rb
index ff7cb39..45511ad 100644
--- a/lib/refinery/blog/version.rb
+++ b/lib/refinery/blog/version.rb
@@ -3,7 +3,7 @@ module Refinery
class Version
@major = 2
@minor = 0
- @tiny = 1
+ @tiny = 2
class << self
attr_reader :major, :minor, :tiny