Skip to content

Commit 919f296

Browse files
committedDec 10, 2012
Upgrading version to 2.2.0 (Extending styles is now possible.)
1 parent 03852a2 commit 919f296

12 files changed

+18
-18
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ refer to the [installation guide](http://www.opentip.org/installation.html).
7171
Usage
7272
-----
7373

74-
*Version 2.1.2-dev*
74+
*Version 2.2.0*
7575

7676
With HTML data attributes:
7777

‎component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opentip",
33
"repo": "enyo/opentip",
4-
"version": "2.1.2-dev",
4+
"version": "2.2.0",
55
"description": "Free opensource tooltip class.",
66
"keywords": [ "tooltip" ],
77
"dependencies": {

‎downloads/generate.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ downloads =
2222

2323

2424
header = """
25-
// Opentip v2.1.2-dev
25+
// Opentip v2.2.0
2626
// Copyright (c) 2009-2012
2727
// www.opentip.org
2828
// MIT Licensed

‎downloads/opentip-jquery-excanvas.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎downloads/opentip-jquery.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎downloads/opentip-native-excanvas.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎downloads/opentip-native.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎downloads/opentip-prototype-excanvas.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎downloads/opentip-prototype.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎lib/opentip.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentip",
3-
"version": "2.1.2-dev",
3+
"version": "2.2.0",
44
"description": "Free opensource tooltip class.",
55
"keywords": [ "tooltip" ],
66
"homepage": "http://www.opentip.org",

‎src/opentip.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ Opentip.findElements = ->
13851385
# Publicly available
13861386
# ------------------
13871387

1388-
Opentip.version = "2.1.2-dev"
1388+
Opentip.version = "2.2.0"
13891389

13901390
Opentip.debug = off
13911391

0 commit comments

Comments
 (0)
Failed to load comments.