Skip to content

Commit

Permalink
Release 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xcash committed May 4, 2020
1 parent 973dafe commit cacf98f
Show file tree
Hide file tree
Showing 5 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 @@ -10,7 +10,7 @@ It enhances form `input` and `select` field to provide autocomplete/typeahead ca

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

Latest version: 2.3.4 (2020/04/08)
Latest version: 2.3.5 (2020/05/04)

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.

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.3'
# The full version, including alpha/beta/rc tags.
release = u'2.3.4'
release = u'2.3.5'

# 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 @@ -40,7 +40,7 @@ Using CDN (thanks to JSDelivr)
.. code-block:: html
:caption: STABLE version |release|

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

.. code-block:: html
:caption: Latest version (this is the development branch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-autocomplete",
"version": "2.3.4",
"version": "2.3.5",
"description": "Bootstrap autocomplete for Bootstrap 3 and 4.",
"keywords": [
"bootstrap",
Expand Down

0 comments on commit cacf98f

Please sign in to comment.