Skip to content

Commit

Permalink
Release version v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
borntorun committed Jun 30, 2016
1 parent 79dee89 commit 5dc0407
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-typeaheadjs",
"version": "0.9.1",
"version": "0.10.0",
"authors": [
"Joao Carvalho <jmmtcarvalho@gmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-typeaheadjs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*jshint -W098 */
(function() {
'use strict';
angularTypeaheadjs.$inject = ["$log", "Q"];
angular.module('angularTypeaheadjs', [])
.constant('Q', Q)
.directive('angularTypeaheadjs', angularTypeaheadjs);
Expand Down Expand Up @@ -443,5 +444,4 @@
$log.error(message + '([angular-typeaheadjs]:id:' + elemId + ')');
}
}
angularTypeaheadjs.$inject = ["$log", "Q"];
}());
6 changes: 3 additions & 3 deletions dist/angular-typeaheadjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-typeaheadjs",
"version": "0.9.1",
"version": "0.10.0",
"description": "An AngularJS directive to serve as a wrapper to the typeahead.js library.",
"main": "dist/angular-typeaheadjs.js",
"repository": {
Expand Down Expand Up @@ -71,4 +71,4 @@
"sinon": "^1.14.1",
"yiewd": "^0.6.0"
}
}
}

0 comments on commit 5dc0407

Please sign in to comment.