Skip to content

Commit 3907e79

Browse files
[UPDATE] prepare future released
1 parent 83b71b7 commit 3907e79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.5.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.5.0/LICENCE.md)
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)
1111

1212
## Learn
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autocomplete-js",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"author": "support@autocomplete-js.com",
55
"license": "MIT",
66
"description": "autocomplete.js is a fast and lightweight autocomplete library, without any dependencies.",

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.5.0
4+
* Autocomplete.js v2.6.0
55
* Developed by Baptiste Donaux
66
* http://autocomplete-js.com
77
*

0 commit comments

Comments
 (0)