From d15bd8237f070173de6e44e880d75e2b03a50375 Mon Sep 17 00:00:00 2001 From: William Ferguson Date: Fri, 18 Mar 2016 16:36:32 +0000 Subject: [PATCH 1/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 38a7d0f59..a58017382 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": "develop", "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); From 9d59654d8d8a959118bd10bed866deaaf1a6a022 Mon Sep 17 00:00:00 2001 From: Nick Owen Date: Mon, 21 Mar 2016 09:15:56 +0000 Subject: [PATCH 2/2] Redirect README URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7c3b52e7..5892c1ec9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Here are a few things to try: ## Installing -In order to install the application, download [StockFlux installer zipfile](http://scottlogic.github.io/StockFlux/master/StockFlux.zip), unzip and run the executable. If you haven't already installed an OpenFin application, this will install the required runtime. It'll also add shortcuts to StockFlux to your desktop and start menu. +In order to install the application, download [StockFlux installer zipfile](http://scottlogic.github.io/StockFlux/master/StockFlux-master.zip), unzip and run the executable. If you haven't already installed an OpenFin application, this will install the required runtime. It'll also add shortcuts to StockFlux to your desktop and start menu. This is an 'evergreen' application, each time it launches the application code is downloaded (from GitHub pages), ensuring that it is always up-to-date.