Skip to content

Commit f322ef8

Browse files
committed
version 1.0.2
1 parent 8b639ae commit f322ef8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bootstrap-v3/package.json

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

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.1"
14+
"version": "1.0.2"
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.1"
14+
"version": "1.0.2"
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.1",
3+
"version": "1.0.2",
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)