Skip to content

Commit 8a50246

Browse files
committed
v1.1.4
1 parent 87a6012 commit 8a50246

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/cuetip.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* cuetip v1.1.3 - Simple CSS tooltips.
2+
* cuetip v1.1.4 - Simple CSS tooltips.
33
* On the web at https://pinjasaur.github.io/cuetip/
4-
* Written by Paul Esch-Laurent
4+
* Written by Paul Esch-Laurent <p@uly.io>
55
* Licensed under MIT
66
*/
77
[data-tooltip] {

dist/cuetip.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cuetip",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Simple CSS tooltips.",
55
"main": "src/cuetip.scss",
66
"style": "dist/cuetip.min.css",
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "Pinjasaur/cuetip"
1111
},
12-
"author": "Paul Esch-Laurent",
12+
"author": "Paul Esch-Laurent <p@uly.io>",
1313
"license": "MIT",
1414
"bugs": {
1515
"url": "https://github.com/Pinjasaur/cuetip/issues"

0 commit comments

Comments
 (0)