Skip to content

Commit

Permalink
update version to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov committed Apr 24, 2018
1 parent 18452bc commit 8c5baad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs",
"version": "0.10.2",
"version": "0.10.3",
"description": "An open-source machine learning framework.",
"private": false,
"main": "dist/index",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test-travis": "karma start --browsers='bs_firefox_mac,bs_chrome_mac' --singleRun"
},
"dependencies": {
"@tensorflow/tfjs-core": "0.8.3",
"@tensorflow/tfjs-layers": "0.5.2"
"@tensorflow/tfjs-core": "0.8.4",
"@tensorflow/tfjs-layers": "0.5.3"
}
}
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.10.2';
const version = '0.10.3';
export {version};
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# yarn lockfile v1


"@tensorflow/[email protected].3":
version "0.8.3"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.8.3.tgz#4c1632c15484f90fca39163951854f048b27a794"
"@tensorflow/[email protected].4":
version "0.8.4"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.8.4.tgz#20c5bf017cb57486ca77cc01a92d6df85c2e38ff"
dependencies:
seedrandom "~2.4.3"

"@tensorflow/[email protected].2":
version "0.5.2"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.5.2.tgz#394e5a29313827f0aff1b3f244a86e1fa4f34126"
"@tensorflow/[email protected].3":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.5.3.tgz#0b45624ba8bcbd8e904f68344f16cf6358c695af"

"@types/jasmine@~2.8.6":
version "2.8.6"
Expand Down

0 comments on commit 8c5baad

Please sign in to comment.