Skip to content

Commit

Permalink
Update version to 1.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
sugi committed Dec 13, 2013
1 parent 8884d54 commit bfe6304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gcal_flow.jquery.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion jquery.gcal_flow.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit bfe6304

Please sign in to comment.