Skip to content

Commit b38b246

Browse files
committed
version 1.0.1
1 parent 46ad239 commit b38b246

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

bootstrap-v3/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "bootstrap-tooltip-custom-class",
2+
"name": "bootstrap-tooltip-custom-class",version-all"
3+
,
34
"description": "Extend Bootstrap Tooltip plugin by adding custom classes. For Bootstrap v3.",
45
"repository": {
56
"type": "git",
@@ -11,5 +12,5 @@
1112
"bootstrap-sass": "^3.4.1",
1213
"jquery": "^3.4.1"
1314
},
14-
"version": "1.0.0"
15+
"version": "1.0.1"
1516
}

bootstrap-v4-alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"jquery": "^3.4.1",
1212
"tether": "^1.4.7"
1313
},
14-
"version": "1.0.0"
14+
"version": "1.0.1"
1515
}

bootstrap-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"jquery": "^3.4.1",
1212
"popper.js": "^1.16.0"
1313
},
14-
"version": "1.0.0"
14+
"version": "1.0.1"
1515
}

package-lock.json

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-tooltip-custom-class",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Extends Bootstrap Tooltip plugin by adding custom classes.",
55
"extraDescription": "Custom classes can be added by using `customClass` parameter or via `data-custom-class` attribute.\nThere are 5 predefined custom classes in CSS: .tooltip-primary, .tooltip-success, .tooltip-info, .tooltip-warning, .tooltip-danger.",
66
"scripts": {

0 commit comments

Comments
 (0)