Skip to content

Commit 95a2473

Browse files
committed
Version 1.0.0a
1 parent 87f639b commit 95a2473

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tipsy - Facebook-style tooltip plugin for jQuery
2-
(c) 2008-2009 Jason Frame ([email protected])
2+
(c) 2008-2010 Jason Frame ([email protected])
33
Released under The MIT License.
44

55
== DESCRIPTION:

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT_NAME='tipsy'
2-
PROJECT_VERSION='0.1.7'
2+
PROJECT_VERSION='1.0.0a'
33
MANIFEST=%w(src LICENSE README)
44

55
def project_tag

src/javascripts/jquery.tipsy.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// tipsy, facebook style tooltips for jquery
2+
// version 1.0.0a
3+
// (c) 2008-2010 jason frame [[email protected]]
4+
// releated under the MIT license
5+
16
(function($) {
27

38
function fixTitle($ele) {

0 commit comments

Comments
 (0)