Skip to content

Commit d676456

Browse files
Update package.json and bump 2.6.4
1 parent 9dbb139 commit d676456

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Build easy autocompletion !
77

88
<!-- [![Codacy Badge](https://api.codacy.com/project/badge/Grade/41ac566eefc64b2784fdce568bca6e24)](https://www.codacy.com/app/baptistedonaux/autocomplete-js) -->
9-
[![Build Status](https://travis-ci.org/autocompletejs/autocomplete.js.svg?branch=v2.6.0&style=flat-quared)](https://travis-ci.org/autocompletejs/autocomplete.js)
10-
[![License MIT](https://img.shields.io/dub/l/vibe-d.svg?maxAge=2592000&style=flat-quared)](https://github.com/autocompletejs/autocomplete.js/blob/v2.6.0/LICENCE.md)
9+
[![Build Status](https://travis-ci.org/autocompletejs/autocomplete.js.svg?branch=v2.6.4&style=flat-quared)](https://travis-ci.org/autocompletejs/autocomplete.js)
10+
[![License MIT](https://img.shields.io/dub/l/vibe-d.svg?maxAge=2592000&style=flat-quared)](https://github.com/autocompletejs/autocomplete.js/blob/v2.6.4/LICENCE.md)
1111

1212
## Learn
1313

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autocomplete-js",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"author": "support@autocomplete-js.com",
55
"license": "MIT",
66
"description": "autocomplete.js is a fast and lightweight autocomplete library, without any dependencies.",
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "git+https://github.com/autocompletejs/autocomplete.js.git"
1111
},
12-
"homepage": "https://autocomplete-js.com",
12+
"homepage": "http://autocomplete-js.com",
1313
"keywords": [
1414
"autocomplete"
1515
],

src/autocomplete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @license MIT
33
*
4-
* Autocomplete.js v2.6.3
4+
* Autocomplete.js v2.6.4
55
* Developed by Baptiste Donaux
66
* http://autocomplete-js.com
77
*

0 commit comments

Comments
 (0)