Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xcash committed Nov 20, 2019
1 parent f983647 commit e179543
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2 (2019/06/25)
Latest version: 2.3.0 (2019/11/20)

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 dist/latest/bootstrap-autocomplete.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.2'
version = u'2.3'
# The full version, including alpha/beta/rc tags.
release = u'2.2.2'
release = u'2.3.0'

# 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/bootstrap-autocomplete@v2.2.2/dist/latest/bootstrap-autocomplete.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/xcash/bootstrap-autocomplete@v2.3.0/dist/latest/bootstrap-autocomplete.min.js"></script>

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

0 comments on commit e179543

Please sign in to comment.