diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 1fb6268d1..119856b19 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -17,4 +17,4 @@ pages:
- Options: options.md
- Methods: methods.md
extra:
- version: 1.13.5
+ version: 1.13.6
diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js
index 951f30e43..d78f93f64 100644
--- a/js/bootstrap-select.js
+++ b/js/bootstrap-select.js
@@ -815,7 +815,7 @@
this.init();
};
- Selectpicker.VERSION = '1.13.5';
+ Selectpicker.VERSION = '1.13.6';
Selectpicker.BootstrapVersion = version.major;
diff --git a/nuget/bootstrap-select.nuspec b/nuget/bootstrap-select.nuspec
index 880a3e417..54e924f00 100644
--- a/nuget/bootstrap-select.nuspec
+++ b/nuget/bootstrap-select.nuspec
@@ -2,7 +2,7 @@
bootstrap-select
- 1.13.5
+ 1.13.6
bootstrap-select
Casey Holzer, Silvio Moreto, SnapAppointments LLC
SnapAppointments, LLC
diff --git a/package.json b/package.json
index 17418b89f..aad12a39a 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.5",
+ "version": "1.13.6",
"homepage": "https://developer.snapappointments.com/bootstrap-select",
"author": {
"name": "Casey Holzer",