Skip to content

Commit 401cd70

Browse files
committed
Version 2.2.0
1 parent 6f62319 commit 401cd70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

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

12-
Latest version: 2.1.1 (2019/03/06)
12+
Latest version: 2.2.0 (2019/05/24)
1313

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = u'2.1'
63+
version = u'2.2'
6464
# The full version, including alpha/beta/rc tags.
65-
release = u'2.1.1'
65+
release = u'2.2.0'
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
@@ -36,7 +36,7 @@ Using CDN (thanks to JSDelivr)
3636
.. code-block:: html
3737
:caption: STABLE version |release|
3838

39-
<script src="https://cdn.jsdelivr.net/gh/xcash/bootstrap-autocomplete@v2.1.0/dist/latest/bootstrap-autocomplete.min.js"></script>
39+
<script src="https://cdn.jsdelivr.net/gh/xcash/bootstrap-autocomplete@v2.2.0/dist/latest/bootstrap-autocomplete.min.js"></script>
4040

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

0 commit comments

Comments
 (0)