Skip to content

Commit 7995916

Browse files
committed
Version 2.3.4
1 parent c352a2b commit 7995916

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.4dev (2020/03/27)
13+
Latest version: 2.3.4 (2020/04/08)
1414

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

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.3'
65+
release = u'2.3.4'
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.3/dist/latest/bootstrap-autocomplete.min.js"></script>
43+
<script src="https://cdn.jsdelivr.net/gh/xcash/bootstrap-autocomplete@v2.3.4/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.3",
3+
"version": "2.3.4",
44
"description": "Bootstrap autocomplete for Bootstrap 3 and 4.",
55
"keywords": [
66
"bootstrap",

0 commit comments

Comments
 (0)