Skip to content

Commit cacf98f

Browse files
committed
Release 2.3.5
1 parent 973dafe commit cacf98f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It enhances form `input` and `select` field to provide autocomplete/typeahead ca
1010

1111
[Documentation](http://bootstrap-autocomplete.rtfd.io/)
1212

13-
Latest version: 2.3.4 (2020/04/08)
13+
Latest version: 2.3.5 (2020/05/04)
1414

1515
Version 2.0.0 and up supports Boostrap v4.x and old v3.x out of the box.
1616

dist/latest/bootstrap-autocomplete.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = u'2.3'
6464
# The full version, including alpha/beta/rc tags.
65-
release = u'2.3.4'
65+
release = u'2.3.5'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Using CDN (thanks to JSDelivr)
4040
.. code-block:: html
4141
:caption: STABLE version |release|
4242

43-
<script src="https://cdn.jsdelivr.net/gh/xcash/bootstrap-autocomplete@v2.3.4/dist/latest/bootstrap-autocomplete.min.js"></script>
43+
<script src="https://cdn.jsdelivr.net/gh/xcash/bootstrap-autocomplete@v2.3.5/dist/latest/bootstrap-autocomplete.min.js"></script>
4444

4545
.. code-block:: html
4646
:caption: Latest version (this is the development branch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-autocomplete",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"description": "Bootstrap autocomplete for Bootstrap 3 and 4.",
55
"keywords": [
66
"bootstrap",

0 commit comments

Comments
 (0)