Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dsparling committed May 28, 2009
1 parent 7424d30 commit 78dfb84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/jquery.jclock.js
@@ -1,5 +1,5 @@
/*
* jQuery jclock - Clock plugin - v 2.2.0
* jQuery jclock - Clock plugin - v 2.2.1
* http://plugins.jquery.com/project/jclock
*
* Copyright (c) 2007-2009 Doug Sparling <http://www.dougsparling.com>
Expand All @@ -9,7 +9,7 @@
(function($) {

$.fn.jclock = function(options) {
var version = '2.2.0';
var version = '2.2.1';

// options
var opts = $.extend({}, $.fn.jclock.defaults, options);
Expand Down
4 changes: 2 additions & 2 deletions jsspec/jquery.jclock.js
@@ -1,5 +1,5 @@
/*
* jQuery jclock - Clock plugin - v 2.2.0
* jQuery jclock - Clock plugin - v 2.2.1
* http://plugins.jquery.com/project/jclock
*
* Copyright (c) 2007-2009 Doug Sparling <http://www.dougsparling.com>
Expand All @@ -9,7 +9,7 @@
(function($) {

$.fn.jclock = function(options) {
var version = '2.2.0';
var version = '2.2.1';

// options
var opts = $.extend({}, $.fn.jclock.defaults, options);
Expand Down

0 comments on commit 78dfb84

Please sign in to comment.