From 4624115227815a0ab481732a92b3152106f234a2 Mon Sep 17 00:00:00 2001 From: Michael Grosner Date: Sat, 2 Apr 2016 13:07:55 -0400 Subject: [PATCH] V2 version bump --- package.json | 10 +++++----- typings.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 69f724061..8a31e1cff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "Hudson", - "version": "1.0.0", - "description": "", + "name": "tribeca", + "version": "2.0.0", + "description": "A high frequency, market making cryptocurrency trading platform", "main": "Gruntfile.js", "directories": { "test": "test" @@ -48,8 +48,8 @@ }, "repository": { "type": "git", - "url": "git@bitbucket.org:michaelgrosner/tribeca.git" + "url": "git@github.com:michaelgrosner/tribeca.git" }, - "author": "", + "author": "Michael Grosner", "license": "ISC" } diff --git a/typings.json b/typings.json index 7d9abfa29..330ebac40 100644 --- a/typings.json +++ b/typings.json @@ -1,5 +1,5 @@ { - "name": "Hudson", + "name": "tribeca", "version": false, "ambientDependencies": { "angular": "registry:dt/angular#1.5.0+20160328125810",