Skip to content

Commit c749a4b

Browse files
committed
Version 4.0.1
1 parent dd98481 commit c749a4b

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

dist/bootstrap-confirmation.js

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-confirmation.js.map

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

dist/bootstrap-confirmation.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-confirmation.min.js.map

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-confirmation2",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"homepage": "http://bootstrap-confirmation.js.org",
55
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
66
"license": "Apache-2.0",

src/confirmation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Popover from 'bootstrap/js/src/popover';
88
*/
99

1010
const NAME = 'confirmation';
11-
const VERSION = '4.0.0';
11+
const VERSION = '4.0.1';
1212
const DATA_KEY = `bs.${NAME}`;
1313
const EVENT_KEY = `.${DATA_KEY}`;
1414
const JQUERY_NO_CONFLICT = $.fn[NAME];

0 commit comments

Comments
 (0)