diff --git a/README b/README index 54f393c..b57ef7e 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ tipsy - Facebook-style tooltip plugin for jQuery - (c) 2008-2009 Jason Frame (jason@onehackoranother.com) + (c) 2008-2010 Jason Frame (jason@onehackoranother.com) Released under The MIT License. == DESCRIPTION: diff --git a/Rakefile b/Rakefile index 10771f4..a0aec19 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ PROJECT_NAME='tipsy' -PROJECT_VERSION='0.1.7' +PROJECT_VERSION='1.0.0a' MANIFEST=%w(src LICENSE README) def project_tag diff --git a/src/javascripts/jquery.tipsy.js b/src/javascripts/jquery.tipsy.js index 95f1941..6bcae61 100644 --- a/src/javascripts/jquery.tipsy.js +++ b/src/javascripts/jquery.tipsy.js @@ -1,3 +1,8 @@ +// tipsy, facebook style tooltips for jquery +// version 1.0.0a +// (c) 2008-2010 jason frame [jason@onehackoranother.com] +// releated under the MIT license + (function($) { function fixTitle($ele) {