Skip to content

Commit

Permalink
Version 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Feb 15, 2019
1 parent 5ba3a59 commit 4276c86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bootstrap-confirmation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Bootstrap Confirmation
* Copyright 2013 Nimit Suwannagate <[email protected]>
* Copyright 2014-2017 Damien "Mistic" Sorel <[email protected]>
* Copyright 2014-2019 Damien "Mistic" Sorel <[email protected]>
* Licensed under the Apache License, Version 2.0
*/

Expand All @@ -21,7 +21,7 @@
this.init(element, options);
};

Confirmation.VERSION = '2.4.2';
Confirmation.VERSION = '2.4.3';

/**
* Map between keyboard events "keyCode|which" and "key"
Expand Down
6 changes: 3 additions & 3 deletions bootstrap-confirmation.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-confirmation2",
"version": "2.4.2",
"version": "2.4.3",
"homepage": "http://bootstrap-confirmation.js.org",
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4276c86

Please sign in to comment.