Skip to content

Commit 44fdffd

Browse files
committed
Version bump
1 parent e0bde7d commit 44fdffd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

css/bootstrap-toggle.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! ========================================================================
2-
* Bootstrap Toggle: bootstrap-toggle.css v2.2.0
2+
* Bootstrap Toggle: bootstrap-toggle.css v2.2.3
33
* http://www.bootstraptoggle.com
44
* ========================================================================
55
* Copyright 2014 Min Hur, The New York Times Company

css/bootstrap2-toggle.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! ========================================================================
2-
* Bootstrap Toggle: bootstrap2-toggle.css v2.2.0
2+
* Bootstrap Toggle: bootstrap2-toggle.css v2.2.3
33
* http://www.bootstraptoggle.com
44
* ========================================================================
55
* Copyright 2014 Min Hur, The New York Times Company

js/bootstrap-toggle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! ========================================================================
2-
* Bootstrap Toggle: bootstrap-toggle.js v2.2.0
2+
* Bootstrap Toggle: bootstrap-toggle.js v2.2.3
33
* http://www.bootstraptoggle.com
44
* ========================================================================
55
* Copyright 2014 Min Hur, The New York Times Company
@@ -19,7 +19,7 @@
1919
this.render()
2020
}
2121

22-
Toggle.VERSION = '2.2.0'
22+
Toggle.VERSION = '2.2.3'
2323

2424
Toggle.DEFAULTS = {
2525
on: 'On',

js/bootstrap2-toggle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! ========================================================================
2-
* Bootstrap Toggle: bootstrap2-toggle.js v2.2.0
2+
* Bootstrap Toggle: bootstrap2-toggle.js v2.2.3
33
* http://www.bootstraptoggle.com
44
* ========================================================================
55
* Copyright 2014 Min Hur, The New York Times Company
@@ -19,7 +19,7 @@
1919
this.render()
2020
}
2121

22-
Toggle.VERSION = '2.2.0'
22+
Toggle.VERSION = '2.2.3'
2323

2424
Toggle.DEFAULTS = {
2525
on: 'On',

0 commit comments

Comments
 (0)