Skip to content

Commit dd96ced

Browse files
committedApr 6, 2013
Upgrading version to 2.4.4
1 parent c935b6e commit dd96ced

18 files changed

+32
-32
lines changed
 

‎Gruntfile.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = (grunt) ->
6767
uglify:
6868
options:
6969
banner: """
70-
// Opentip v2.4.4-dev
70+
// Opentip v2.4.4
7171
// Copyright (c) 2009-2012
7272
// www.opentip.org
7373
// MIT Licensed

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ refer to the [installation guide](http://www.opentip.org/installation.html).
7878
Usage
7979
-----
8080

81-
*Version 2.4.4-dev*
81+
*Version 2.4.4*
8282

8383
With HTML data attributes:
8484

‎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.4.4-dev",
4+
"version": "2.4.4",
55
"description": "Free opensource tooltip class.",
66
"keywords": [ "tooltip" ],
77
"dependencies": {

‎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-excanvas.min.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-jquery.min.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-excanvas.min.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-native.min.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-excanvas.min.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.

‎downloads/opentip-prototype.min.js

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

‎lib/opentip.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
#
3-
# Opentip v2.4.4-dev
3+
# Opentip v2.4.4
44
#
55
# More info at [www.opentip.org](http://www.opentip.org)
66
#
@@ -1506,7 +1506,7 @@ Opentip.findElements = function() {
15061506
return _results;
15071507
};
15081508

1509-
Opentip.version = "2.4.4-dev";
1509+
Opentip.version = "2.4.4";
15101510

15111511
Opentip.debug = false;
15121512

‎package.json

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

‎src/opentip.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###
22
#
3-
# Opentip v2.4.4-dev
3+
# Opentip v2.4.4
44
#
55
# More info at [www.opentip.org](http://www.opentip.org)
66
#
@@ -1473,7 +1473,7 @@ Opentip.findElements = ->
14731473
# Publicly available
14741474
# ------------------
14751475

1476-
Opentip.version = "2.4.4-dev"
1476+
Opentip.version = "2.4.4"
14771477

14781478
Opentip.debug = off
14791479

0 commit comments

Comments
 (0)
Failed to load comments.