Skip to content

Commit 878a7b0

Browse files
committed
Merge pull request #711 from ScottLogic/hotfix-10.0.1
Hotfix 10.0.1
2 parents 0923ebf + c50f427 commit 878a7b0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# StockFlux
22

3-
StockFlux is a desktop application developed by [Scott Logic](http://www.scottlogic.com/) that uses the OpenFin HTML5 container.
3+
StockFlux is a desktop application developed by [Scott Logic](http://www.scottlogic.com/) that uses the OpenFin HTML5 container.
44

55
![Image of StockFlux](https://cloud.githubusercontent.com/assets/1098110/13568013/a02e0fc8-e456-11e5-9543-4642a54c3e2a.png)
66

@@ -13,7 +13,7 @@ Here are a few things to try:
1313

1414
## Installing
1515

16-
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.
16+
In order to install the application, download [StockFlux installer zipfile](https://dl.openfin.co/services/download?fileName=StockFlux-master&config=http://scottlogic.github.io/StockFlux/master/app.json), 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.
1717

1818
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.
1919

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitflux-openfin",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"type": "master",
55
"scripts": {
66
"test": "grunt ci",

src/app.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"defaultHeight": 0,
1010
"frame": false,
1111
"showTaskbarIcon": false,
12-
"url": "http://scottlogic.github.io/StockFlux/develop/parent.html",
13-
"applicationIcon": "http://scottlogic.github.io/StockFlux/develop/favicon.ico"
12+
"url": "http://scottlogic.github.io/StockFlux/master/parent.html",
13+
"applicationIcon": "http://scottlogic.github.io/StockFlux/master/favicon.ico"
1414
},
1515
"runtime": {
1616
"arguments": "--enable-aggressive-domstorage-flushing",
@@ -19,7 +19,7 @@
1919
"shortcut": {
2020
"company": "ScottLogic",
2121
"description": "Hosts BitFlux as an OpenFin application.",
22-
"icon": "http://scottlogic.github.io/StockFlux/develop/favicon.ico",
22+
"icon": "http://scottlogic.github.io/StockFlux/master/favicon.ico",
2323
"name": "StockFlux"
2424
}
2525
}

src/version-value.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(function() {
22
'use strict';
33

4-
const VERSION = { version: '10.0.0' };
4+
const VERSION = { version: '10.0.1' };
55

66
angular.module('stockflux.version')
77
.value('Version', VERSION.version);

0 commit comments

Comments
 (0)