diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index f4d177433..83ee4c0ed 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -18,4 +18,4 @@ nav:
- Options: options.md
- Methods: methods.md
extra:
- version: 1.13.13
+ version: 1.13.14
diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js
index 134e33aad..85a7a325c 100644
--- a/js/bootstrap-select.js
+++ b/js/bootstrap-select.js
@@ -840,7 +840,7 @@
this.init();
};
- Selectpicker.VERSION = '1.13.13';
+ Selectpicker.VERSION = '1.13.14';
// part of this is duplicated in i18n/defaults-en_US.js. Make sure to update both.
Selectpicker.DEFAULTS = {
diff --git a/nuget/bootstrap-select.nuspec b/nuget/bootstrap-select.nuspec
index 86d0c656a..b50a39598 100644
--- a/nuget/bootstrap-select.nuspec
+++ b/nuget/bootstrap-select.nuspec
@@ -2,7 +2,7 @@
bootstrap-select
- 1.13.13
+ 1.13.14
bootstrap-select
Casey Holzer, Silvio Moreto, SnapAppointments LLC
SnapAppointments, LLC
diff --git a/package.json b/package.json
index 28ff99c5d..f5645a5f5 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"title": "bootstrap-select",
"main": "dist/js/bootstrap-select.js",
"description": "The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.",
- "version": "1.13.13",
+ "version": "1.13.14",
"homepage": "https://developer.snapappointments.com/bootstrap-select",
"author": {
"name": "Casey Holzer",