Skip to content

Commit

Permalink
update version to 0.6.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov committed Mar 8, 2018
1 parent 041e19e commit c24c1e6
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-alpha",
"version": "0.6.0-alpha2",
"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-alpha';
const version = '0.6.0-alpha2';
export {version};

0 comments on commit c24c1e6

Please sign in to comment.