Skip to content

Commit d522844

Browse files
author
Nikhil Thorat
authored
Update master version to 1.0.0-alpha1 (tensorflow#1527)
1 parent f633cd6 commit d522844

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-core",
3-
"version": "0.14.5",
3+
"version": "1.0.0-alpha1",
44
"description": "Hardware-accelerated JavaScript library for machine intelligence",
55
"private": false,
66
"main": "dist/index.js",

scripts/publish-npm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ fi
5050
yarn build-npm
5151
./scripts/make-version # This is for safety in case you forgot to do 2).
5252
./scripts/tag-version
53-
npm publish
53+
npm publish --tag next # Remove --tag net when prereleases are done.
5454
echo 'Yay! Published a new package to npm.'

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @license See the LICENSE file. */
22

33
// This code is auto-generated, do not modify this file!
4-
const version = '0.14.5';
4+
const version = '1.0.0-alpha1';
55
export {version};

0 commit comments

Comments
 (0)