Skip to content

Commit

Permalink
bump version n update builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Oct 31, 2015
1 parent 13faa9d commit 49ba0f6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hint.css",
"repo": "chinchang/hint.css",
"description": "A tooltip library in CSS for your lovely websites.",
"version": "1.3.5",
"version": "1.3.6",
"keywords": ["tooltip", "css"],
"dependencies": {},
"development": {},
Expand Down
5 changes: 4 additions & 1 deletion hint.base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Hint.css (base version) - v1.3.5 - 2015-06-16
/*! Hint.css (base version) - v1.3.6 - 2015-10-31
* http://kushagragour.in/lab/hint/
* Copyright (c) 2015 Kushagra Gour; Licensed MIT */

Expand Down Expand Up @@ -71,6 +71,9 @@
line-height: 12px;
white-space: nowrap; }

[data-hint='']:before, [data-hint='']:after {
display: none !important; }

/**
* source: hint-position.scss
*
Expand Down
4 changes: 2 additions & 2 deletions hint.base.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion hint.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Hint.css - v1.3.5 - 2015-06-16
/*! Hint.css - v1.3.6 - 2015-10-31
* http://kushagragour.in/lab/hint/
* Copyright (c) 2015 Kushagra Gour; Licensed MIT */

Expand Down Expand Up @@ -71,6 +71,9 @@
line-height: 12px;
white-space: nowrap; }

[data-hint='']:before, [data-hint='']:after {
display: none !important; }

/**
* source: hint-position.scss
*
Expand Down
4 changes: 2 additions & 2 deletions hint.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hint",
"title": "Hint.css",
"description": "A tooltip library in CSS for your lovely websites.",
"version": "1.3.5",
"version": "1.3.6",
"homepage": "http://kushagragour.in/lab/hint/",
"author": {
"name": "Kushagra Gour",
Expand Down

0 comments on commit 49ba0f6

Please sign in to comment.