Skip to content

Commit

Permalink
Version 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Mar 10, 2019
1 parent c29f076 commit adfe6cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/bootstrap-confirmation.js

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

2 changes: 1 addition & 1 deletion dist/bootstrap-confirmation.js.map

Large diffs are not rendered by default.

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": "4.0.3",
"version": "4.0.4",
"homepage": "http://bootstrap-confirmation.js.org",
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/confirmation.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Popover from 'bootstrap/js/src/popover';
*/

const NAME = 'confirmation';
const VERSION = '4.0.3';
const VERSION = '4.0.4';
const DATA_KEY = `bs.${NAME}`;
const EVENT_KEY = `.${DATA_KEY}`;
const JQUERY_NO_CONFLICT = $.fn[NAME];
Expand Down

0 comments on commit adfe6cb

Please sign in to comment.