Skip to content

Commit 4276c86

Browse files
committed
Version 2.4.3
1 parent 5ba3a59 commit 4276c86

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bootstrap-confirmation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap Confirmation
33
* Copyright 2013 Nimit Suwannagate <ethaizone@hotmail.com>
4-
* Copyright 2014-2017 Damien "Mistic" Sorel <contact@git.strangeplanet.fr>
4+
* Copyright 2014-2019 Damien "Mistic" Sorel <contact@git.strangeplanet.fr>
55
* Licensed under the Apache License, Version 2.0
66
*/
77

@@ -21,7 +21,7 @@
2121
this.init(element, options);
2222
};
2323

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

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

bootstrap-confirmation.min.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.

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.2",
3+
"version": "2.4.3",
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)