Skip to content

Commit

Permalink
fix npm loading for use (tensorflow#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyu10055 committed Aug 4, 2020
1 parent b023107 commit d57f29c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions universal-sentence-encoder/package.json
@@ -1,8 +1,8 @@
{
"name": "@tensorflow-models/universal-sentence-encoder",
"version": "1.3.0",
"version": "1.3.1",
"description": "Universal Sentence Encoder lite in TensorFlow.js",
"main": "dist/index.js",
"main": "dist/universal-sentence-encoder.min.js",
"jsnext:main": "dist/universal-sentence-encoder.esm.js",
"module": "dist/universal-sentence-encoder.esm.js",
"unpkg": "dist/universal-sentence-encoder.min.js",
Expand Down
2 changes: 1 addition & 1 deletion universal-sentence-encoder/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '1.3.0';
const version = '1.3.1';
export {version};

0 comments on commit d57f29c

Please sign in to comment.