Skip to content

Commit 2723dbc

Browse files
committedOct 19, 2012
Upgrading version to 2.0.2
1 parent 9f7b77f commit 2723dbc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

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

‎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.0.2-dev",
3+
"version": "2.0.2",
44
"description": "Free opensource tooltip class.",
55
"keywords": [ "tooltip" ],
66
"homepage": "http://www.opentip.org",

‎readme.md

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

73-
*Version 2.0.2-dev*
73+
*Version 2.0.2*
7474

7575
With HTML data attributes:
7676

‎src/opentip.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ Opentip.findElements = ->
13671367
# Publicly available
13681368
# ------------------
13691369

1370-
Opentip.version = "2.0.2-dev"
1370+
Opentip.version = "2.0.2"
13711371

13721372
Opentip.debug = off
13731373

0 commit comments

Comments
 (0)
Failed to load comments.