From e3b29d77859256c2036f703b0dbe3e12e8575102 Mon Sep 17 00:00:00 2001 From: William Ferguson Date: Fri, 18 Mar 2016 15:57:21 +0000 Subject: [PATCH 1/2] Add type: master to package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38a7d0f59..5f531c582 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bitflux-openfin", "version": "10.0.0-rc.2", - "type": "develop", + "type": "master", "scripts": { "test": "grunt ci", "postinstall": "cd node_modules/BitFlux && npm i" From fdaccaad2f0ad47cc713fc97257712dec612ccb4 Mon Sep 17 00:00:00 2001 From: William Ferguson Date: Fri, 18 Mar 2016 16:37:04 +0000 Subject: [PATCH 2/2] Release 10.0.0 --- package.json | 2 +- src/version-value.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5f531c582..ce9a98df2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitflux-openfin", - "version": "10.0.0-rc.2", + "version": "10.0.0", "type": "master", "scripts": { "test": "grunt ci", diff --git a/src/version-value.js b/src/version-value.js index 9743b1f79..d26f2f062 100644 --- a/src/version-value.js +++ b/src/version-value.js @@ -1,7 +1,7 @@ (function() { 'use strict'; - const VERSION = { version: '10.0.0-rc.2' }; + const VERSION = { version: '10.0.0' }; angular.module('stockflux.version') .value('Version', VERSION.version);