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',