From 44fdffdb4d64134caa89ea33238947f7f68d64cf Mon Sep 17 00:00:00 2001 From: Mike Stupalov Date: Thu, 7 Mar 2019 14:22:48 +0300 Subject: [PATCH] Version bump --- css/bootstrap-toggle.css | 2 +- css/bootstrap2-toggle.css | 2 +- js/bootstrap-toggle.js | 4 ++-- js/bootstrap2-toggle.js | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/bootstrap-toggle.css b/css/bootstrap-toggle.css index 057d08b..e9665a0 100644 --- a/css/bootstrap-toggle.css +++ b/css/bootstrap-toggle.css @@ -1,5 +1,5 @@ /*! ======================================================================== - * Bootstrap Toggle: bootstrap-toggle.css v2.2.0 + * Bootstrap Toggle: bootstrap-toggle.css v2.2.3 * http://www.bootstraptoggle.com * ======================================================================== * Copyright 2014 Min Hur, The New York Times Company diff --git a/css/bootstrap2-toggle.css b/css/bootstrap2-toggle.css index 3f48927..88ef965 100644 --- a/css/bootstrap2-toggle.css +++ b/css/bootstrap2-toggle.css @@ -1,5 +1,5 @@ /*! ======================================================================== - * Bootstrap Toggle: bootstrap2-toggle.css v2.2.0 + * Bootstrap Toggle: bootstrap2-toggle.css v2.2.3 * http://www.bootstraptoggle.com * ======================================================================== * Copyright 2014 Min Hur, The New York Times Company diff --git a/js/bootstrap-toggle.js b/js/bootstrap-toggle.js index 6b70419..b79e4c9 100644 --- a/js/bootstrap-toggle.js +++ b/js/bootstrap-toggle.js @@ -1,5 +1,5 @@ /*! ======================================================================== - * Bootstrap Toggle: bootstrap-toggle.js v2.2.0 + * Bootstrap Toggle: bootstrap-toggle.js v2.2.3 * http://www.bootstraptoggle.com * ======================================================================== * Copyright 2014 Min Hur, The New York Times Company @@ -19,7 +19,7 @@ this.render() } - Toggle.VERSION = '2.2.0' + Toggle.VERSION = '2.2.3' Toggle.DEFAULTS = { on: 'On', diff --git a/js/bootstrap2-toggle.js b/js/bootstrap2-toggle.js index 2766389..143cacb 100644 --- a/js/bootstrap2-toggle.js +++ b/js/bootstrap2-toggle.js @@ -1,5 +1,5 @@ /*! ======================================================================== - * Bootstrap Toggle: bootstrap2-toggle.js v2.2.0 + * Bootstrap Toggle: bootstrap2-toggle.js v2.2.3 * http://www.bootstraptoggle.com * ======================================================================== * Copyright 2014 Min Hur, The New York Times Company @@ -19,7 +19,7 @@ this.render() } - Toggle.VERSION = '2.2.0' + Toggle.VERSION = '2.2.3' Toggle.DEFAULTS = { on: 'On',