Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Jul 10, 2018
1 parent dd98481 commit c749a4b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
11 changes: 8 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.

4 changes: 2 additions & 2 deletions dist/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 dist/bootstrap-confirmation.min.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.0",
"version": "4.0.1",
"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.0';
const VERSION = '4.0.1';
const DATA_KEY = `bs.${NAME}`;
const EVENT_KEY = `.${DATA_KEY}`;
const JQUERY_NO_CONFLICT = $.fn[NAME];
Expand Down

0 comments on commit c749a4b

Please sign in to comment.