Skip to content

Commit

Permalink
update version to 0.6.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov committed Mar 9, 2018
1 parent c2ef736 commit 6322073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deeplearn",
"version": "0.6.0-alpha2",
"version": "0.6.0-alpha3",
"description": "Hardware-accelerated JavaScript library for machine intelligence",
"private": false,
"main": "dist/index.js",
Expand Down
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.6.0-alpha2';
const version = '0.6.0-alpha3';
export {version};

0 comments on commit 6322073

Please sign in to comment.