Skip to content

Commit

Permalink
cut the release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vunb committed Jul 17, 2019
1 parent a529e15 commit 0f0a929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export declare class Query {
}

export interface Options {
[key: string]: string;
[key: string]: any;
// The following arguments are mandatory
input: string; // training file path
output: string; // output file path
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fasttext",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"description": "Nodejs binding for Fasttext representation and classification",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 0f0a929

Please sign in to comment.