Skip to content

Commit

Permalink
Version 1.0.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
jaz303 committed May 6, 2010
1 parent 87f639b commit 95a2473
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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:
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
5 changes: 5 additions & 0 deletions 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) {
Expand Down

0 comments on commit 95a2473

Please sign in to comment.