Skip to content

Commit

Permalink
Build version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weixsong committed Sep 8, 2016
1 parent fcad411 commit 244e4e1
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#

## 0.9.4

* commit file

## 0.9.3

* add sorted_set.js to make it compatible with lunr-languages.js
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.3
0.9.4
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elasticlunr.js",
"version": "0.9.3",
"version": "0.9.4",
"main": "elasticlunr.js",
"ignore": [
"tests/",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticlunr",
"repo": "weixsong/elasticlunr.js",
"version": "0.9.3",
"version": "0.9.4",
"description": "Lightweight full-text search engine in Javascript for browser search and offline search.",
"license": "MIT",
"main": "elasticlunr.js",
Expand Down
4 changes: 2 additions & 2 deletions elasticlunr.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* elasticlunr - http://weixsong.github.io
* Lightweight full-text search engine in Javascript for browser search and offline search. - 0.9.3
* Lightweight full-text search engine in Javascript for browser search and offline search. - 0.9.4
*
* Copyright (C) 2016 Oliver Nightingale
* Copyright (C) 2016 Wei Song
Expand Down Expand Up @@ -83,7 +83,7 @@ var elasticlunr = function (config) {
return idx;
};

elasticlunr.version = "0.9.3";
elasticlunr.version = "0.9.4";

// only used this to make elasticlunr.js compatible with lunr-languages
var lunr = elasticlunr;
Expand Down
4 changes: 2 additions & 2 deletions elasticlunr.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions example/elasticlunr.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* elasticlunr - http://weixsong.github.io
* Lightweight full-text search engine in Javascript for browser search and offline search. - 0.9.3
* Lightweight full-text search engine in Javascript for browser search and offline search. - 0.9.4
*
* Copyright (C) 2016 Oliver Nightingale
* Copyright (C) 2016 Wei Song
Expand Down Expand Up @@ -83,7 +83,7 @@ var elasticlunr = function (config) {
return idx;
};

elasticlunr.version = "0.9.3";
elasticlunr.version = "0.9.4";

// only used this to make elasticlunr.js compatible with lunr-languages
var lunr = elasticlunr;
Expand Down
4 changes: 2 additions & 2 deletions example/elasticlunr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/example_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticlunr",
"description": "Lightweight full-text search engine in Javascript for browser search and offline search.",
"version": "0.9.3",
"version": "0.9.4",
"author": "Wei Song",
"keywords": ["search", "text retrieval", "offline search", "full text search"],
"homepage": "http://weixsong.github.io",
Expand Down
4 changes: 2 additions & 2 deletions release/elasticlunr.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* elasticlunr - http://weixsong.github.io
* Lightweight full-text search engine in Javascript for browser search and offline search. - 0.9.3
* Lightweight full-text search engine in Javascript for browser search and offline search. - 0.9.4
*
* Copyright (C) 2016 Oliver Nightingale
* Copyright (C) 2016 Wei Song
Expand Down Expand Up @@ -83,7 +83,7 @@ var elasticlunr = function (config) {
return idx;
};

elasticlunr.version = "0.9.3";
elasticlunr.version = "0.9.4";

// only used this to make elasticlunr.js compatible with lunr-languages
var lunr = elasticlunr;
Expand Down
4 changes: 2 additions & 2 deletions release/elasticlunr.min.js

Large diffs are not rendered by default.

0 comments on commit 244e4e1

Please sign in to comment.