Skip to content

Commit 4676a99

Browse files
author
William Ferguson
committed
Release 10.0.0-rc.0
1 parent cb1384b commit 4676a99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitflux-openfin",
3-
"version": "9.2.0",
3+
"version": "10.0.0-rc.0",
44
"scripts": {
55
"test": "grunt ci",
66
"postinstall": "cd node_modules/BitFlux && npm i"

Diff for: 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: '9.2.0' };
4+
const VERSION = { version: '10.0.0-rc.0' };
55

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

0 commit comments

Comments
 (0)