From 1c53560ce6a730622de05c60a5d5d3aa4aa6331d Mon Sep 17 00:00:00 2001 From: tavicu Date: Thu, 17 Sep 2015 19:31:25 +0300 Subject: [PATCH] Update version --- bootstrap-confirmation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-confirmation.js b/bootstrap-confirmation.js index 9ca761d..1806f26 100755 --- a/bootstrap-confirmation.js +++ b/bootstrap-confirmation.js @@ -68,7 +68,7 @@ if (!$.fn.popover || !$.fn.tooltip) throw new Error('Confirmation requires popover.js and tooltip.js'); - Confirmation.VERSION = '1.0.2' + Confirmation.VERSION = '1.0.3' Confirmation.DEFAULTS = $.extend({}, $.fn.popover.Constructor.DEFAULTS, { placement : 'right',