Skip to content

Commit

Permalink
Merge pull request #691 from WPFerg/master
Browse files Browse the repository at this point in the history
Release 10.0.0
  • Loading branch information
owennw committed Mar 18, 2016
2 parents 7f4bb19 + fdaccaa commit 4b56ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitflux-openfin",
"version": "10.0.0-rc.2",
"version": "10.0.0",
"type": "master",
"scripts": {
"test": "grunt ci",
Expand Down
2 changes: 1 addition & 1 deletion src/version-value.js
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 4b56ac5

Please sign in to comment.