From dda160178c5ddbd083ae20e803b434608b11dcd3 Mon Sep 17 00:00:00 2001 From: itozyun Date: Sat, 12 Jan 2013 16:08:59 +0900 Subject: [PATCH] fixed version No. --- app/assets/javascripts/peta-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/peta-common.js b/app/assets/javascripts/peta-common.js index 96133edb..e552cf7e 100644 --- a/app/assets/javascripts/peta-common.js +++ b/app/assets/javascripts/peta-common.js @@ -40,7 +40,7 @@ var pettanr = ( function(){ })(), IS_DEBUG = Type.isBoolean( URL_PARAMS.debug ) ? URL_PARAMS.debug : IS_LOCAL === true; return { - version: '0.5.31', + version: '0.5.39', URL_PARAMS: URL_PARAMS, LOCAL: IS_LOCAL, DEBUG: IS_DEBUG, -- 2.11.0