Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sugi committed May 25, 2013
1 parent ff3ff49 commit 1d117b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcal_flow.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcal_flow",
"version": "1.2.3",
"version": "1.2.4",
"title": "jQuery gCalFlow",
"description": "jQuery plug-in to format your google calenar feeds.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion jquery.gcal_flow.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ $.fn.gCalFlow = (method) ->
@each ->
methods[method].apply $(@), Array.prototype.slice.call(orig_args, 1)
else if method == 'version'
"1.2.3"
"1.2.4"
else
$.error "Method #{method} does not exist on jQuery.gCalFlow"

Expand Down

0 comments on commit 1d117b1

Please sign in to comment.