diff --git a/dist/fuse.d.ts b/dist/fuse.d.ts index cd5b7d4ba..10bb3e500 100644 --- a/dist/fuse.d.ts +++ b/dist/fuse.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Fuse.js v5.0.3-beta +// Type definitions for Fuse.js v5.0.4-beta // TypeScript Version: 3.1 export = Fuse diff --git a/dist/fuse.dev.js b/dist/fuse.dev.js index c75f58904..a07a8229b 100644 --- a/dist/fuse.dev.js +++ b/dist/fuse.dev.js @@ -1,5 +1,5 @@ /*! - * Fuse.js v5.0.3-beta - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v5.0.4-beta - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2012-2020 Kirollos Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 diff --git a/dist/fuse.js b/dist/fuse.js index 9c5ffbf22..d972ac585 100644 --- a/dist/fuse.js +++ b/dist/fuse.js @@ -1,5 +1,5 @@ /*! - * Fuse.js v5.0.3-beta - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v5.0.4-beta - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2012-2020 Kirollos Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 diff --git a/dist/fuse.raw.js b/dist/fuse.raw.js index 45b949a08..df7f4fb65 100644 --- a/dist/fuse.raw.js +++ b/dist/fuse.raw.js @@ -1,5 +1,5 @@ /*! - * Fuse.js v5.0.3-beta - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v5.0.4-beta - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2012-2020 Kirollos Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 diff --git a/package.json b/package.json index ea2a7455c..09027d38e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "email": "kirollos@gmail.com", "url": "http://kiro.me" }, - "version": "5.0.3-beta", + "version": "5.0.4-beta", "description": "Lightweight fuzzy-search", "license": "Apache-2.0", "repository": {