Skip to content

Commit a79d086

Browse files
committed
Bump version to 1.0.1 for NPM publish, rebuild dist files accordingly.
1 parent aeb41ea commit a79d086

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

dist/bloodhound.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* typeahead.js 1.0.0
2+
* typeahead.js 1.0.1
33
* https://github.com/twitter/typeahead.js
44
* Copyright 2013-2016 Twitter, Inc. and other contributors; Licensed MIT
55
*/
@@ -151,7 +151,7 @@
151151
noop: function() {}
152152
};
153153
}();
154-
var VERSION = "1.0.0";
154+
var VERSION = "1.0.1";
155155
var tokenizers = function() {
156156
"use strict";
157157
return {

dist/bloodhound.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/typeahead.bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* typeahead.js 1.0.0
2+
* typeahead.js 1.0.1
33
* https://github.com/twitter/typeahead.js
44
* Copyright 2013-2016 Twitter, Inc. and other contributors; Licensed MIT
55
*/
@@ -151,7 +151,7 @@
151151
noop: function() {}
152152
};
153153
}();
154-
var VERSION = "1.0.0";
154+
var VERSION = "1.0.1";
155155
var tokenizers = function() {
156156
"use strict";
157157
return {

dist/typeahead.bundle.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/typeahead.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* typeahead.js 1.0.0
2+
* typeahead.js 1.0.1
33
* https://github.com/twitter/typeahead.js
44
* Copyright 2013-2016 Twitter, Inc. and other contributors; Licensed MIT
55
*/

dist/typeahead.jquery.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)