Skip to content

Commit 9aa65d4

Browse files
committed
Version 2.4.2
1 parent ba92927 commit 9aa65d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bootstrap-confirmation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
this.init(element, options);
2222
};
2323

24-
Confirmation.VERSION = '2.4.1';
24+
Confirmation.VERSION = '2.4.2';
2525

2626
/**
2727
* Map between keyboard events "keyCode|which" and "key"

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.

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

0 commit comments

Comments
 (0)