Skip to content

Commit adfe6cb

Browse files
committed
Version 4.0.4
1 parent c29f076 commit adfe6cb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/bootstrap-confirmation.js

Lines changed: 3 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.

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.3",
3+
"version": "4.0.4",
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.3';
11+
const VERSION = '4.0.4';
1212
const DATA_KEY = `bs.${NAME}`;
1313
const EVENT_KEY = `.${DATA_KEY}`;
1414
const JQUERY_NO_CONFLICT = $.fn[NAME];

0 commit comments

Comments
 (0)