Skip to content

Commit

Permalink
Version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Oct 23, 2018
1 parent bc05286 commit c3e9db5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/.idea
/*.iml
/bower_components
/node_modules
.idea
*.iml
bower_components
node_modules
yarn.lock
package-lock.json
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.

4 changes: 2 additions & 2 deletions dist/bootstrap-confirmation.min.js

Large diffs are not rendered by default.

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.1",
"version": "4.0.2",
"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.1';
const VERSION = '4.0.2';
const DATA_KEY = `bs.${NAME}`;
const EVENT_KEY = `.${DATA_KEY}`;
const JQUERY_NO_CONFLICT = $.fn[NAME];
Expand Down

0 comments on commit c3e9db5

Please sign in to comment.