Skip to content

Commit

Permalink
Version 2.2.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
xcash committed Jun 3, 2019
1 parent 771bac5 commit a93fa8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It enhances form `input` and `select` field to provide autocomplete/typeahead ca

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

Latest version: 2.2.0 (2019/05/24)
Latest version: 2.2.1 (2019/06/03)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = u'2.2'
# The full version, including alpha/beta/rc tags.
release = u'2.2.0'
release = u'2.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Using CDN (thanks to JSDelivr)
.. code-block:: html
:caption: STABLE version |release|

<script src="https://cdn.jsdelivr.net/gh/xcash/[email protected].0/dist/latest/bootstrap-autocomplete.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/xcash/[email protected].1/dist/latest/bootstrap-autocomplete.min.js"></script>

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

0 comments on commit a93fa8e

Please sign in to comment.