diff --git a/gcal_flow.jquery.json b/gcal_flow.jquery.json index 4b1e697..2a2890d 100644 --- a/gcal_flow.jquery.json +++ b/gcal_flow.jquery.json @@ -1,6 +1,6 @@ { "name": "gcal_flow", - "version": "1.2.5", + "version": "1.2.6", "title": "jQuery gCalFlow", "description": "jQuery plug-in to format your google calenar feeds.", "keywords": [ @@ -18,7 +18,7 @@ "url": "http://www.opensource.org/licenses/MIT" } ], - "download": "https://googledrive.com/host/0B1NvujAKTAEaRXRTT1c3dGpZRDA/jquery-gcal-flow-1.2.5.zip", + "download": "https://googledrive.com/host/0B1NvujAKTAEaRXRTT1c3dGpZRDA/jquery-gcal-flow-1.2.6.zip", "bugs": "https://github.com/sugi/jquery-gcal-flow/issues", "homepage": "http://sugi.github.io/jquery-gcal-flow/", "dependencies": { diff --git a/jquery.gcal_flow.coffee b/jquery.gcal_flow.coffee index e814542..7c95a5f 100644 --- a/jquery.gcal_flow.coffee +++ b/jquery.gcal_flow.coffee @@ -268,7 +268,7 @@ $.fn.gCalFlow = (method) -> @each -> methods[method].apply $(@), Array.prototype.slice.call(orig_args, 1) else if method == 'version' - "1.2.5" + "1.2.6" else $.error "Method #{method} does not exist on jQuery.gCalFlow"