Skip to content

Commit

Permalink
Version 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Mar 10, 2019
1 parent e150b9d commit 7907a03
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Bootstrap-Confirmation

[![Bower version](https://img.shields.io/bower/v/bootstrap-confirmation2.svg?style=flat-square)](bootstrap-confirmation.js.org)
[![NPM version](https://img.shields.io/npm/v/bootstrap-confirmation2.svg?style=flat-square)](https://www.npmjs.com/package/bootstrap-confirmation2)
[![npm version](https://img.shields.io/npm/v/bootstrap-confirmation2.svg?style=flat-square)](https://www.npmjs.com/package/bootstrap-confirmation2)
[![jsDelivr CDN](https://data.jsdelivr.com/v1/package/npm/bootstrap-confirmation2/badge)](https://www.jsdelivr.com/package/npm/bootstrap-confirmation2)
[![Build Status](https://img.shields.io/travis/mistic100/Bootstrap-Confirmation/master.svg?style=flat-square)](https://travis-ci.org/mistic100/Bootstrap-Confirmation)
[![Dependencies Status](https://david-dm.org/mistic100/Bootstrap-Confirmation/status.svg?style=flat-square)](https://david-dm.org/mistic100/Bootstrap-Confirmation)

Bootstrap plugin for on-place confirm boxes using Popover.

Expand Down
2 changes: 1 addition & 1 deletion bootstrap-confirmation.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
this.init(element, options);
};

Confirmation.VERSION = '2.4.3';
Confirmation.VERSION = '2.4.4';

/**
* Map between keyboard events "keyCode|which" and "key"
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "2.4.4",
"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 7907a03

Please sign in to comment.