From e3a1c6674d23f02c24e02d046d9138eeadd36eaf Mon Sep 17 00:00:00 2001 From: "M. Peter" Date: Fri, 4 Dec 2015 10:27:08 +0100 Subject: [PATCH] compile version 0.2.4 --- backlunr.js | 2 +- backlunr.min.js | 2 +- test/test.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backlunr.js b/backlunr.js index 61d0491..a552eec 100644 --- a/backlunr.js +++ b/backlunr.js @@ -1,6 +1,6 @@ /** * backlunr - is a solution to bring Backbone Collections together with the browser fulltext search engine Lunr.js - * @version v0.2.3 + * @version v0.2.4 * @link https://github.com/mpneuried/backlunr * @license MIT */ diff --git a/backlunr.min.js b/backlunr.min.js index 0d71b14..3ff3ddb 100644 --- a/backlunr.min.js +++ b/backlunr.min.js @@ -1,6 +1,6 @@ /** * backlunr - is a solution to bring Backbone Collections together with the browser fulltext search engine Lunr.js - * @version v0.2.3 + * @version v0.2.4 * @link https://github.com/mpneuried/backlunr * @license MIT */ diff --git a/test/test.js b/test/test.js index 735f772..7cac881 100644 --- a/test/test.js +++ b/test/test.js @@ -1,6 +1,6 @@ /** * backlunr - is a solution to bring Backbone Collections together with the browser fulltext search engine Lunr.js - * @version v0.2.3 + * @version v0.2.4 * @link https://github.com/mpneuried/backlunr * @license MIT */