Skip to content

Commit

Permalink
Release. Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan authored and Bryan committed Sep 20, 2020
1 parent 7e3f51f commit 058152c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@barchart/portfolio-api-common",
"version": "1.5.0",
"version": "1.5.1",
"description": "Common code used by the Portfolio system",
"author": {
"name": "Bryan Ingle",
Expand Down
8 changes: 4 additions & 4 deletions test/SpecRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -3865,14 +3865,14 @@ module.exports = (() => {

this._reporting = reporting;

this._data = { };

this._data.basis = null;

this._currentQuote = null;
this._previousQuote = null;
this._currentPrice = null;

this._data = { };

this._data.basis = null;

this._data.currentPrice = null;
this._data.currentPricePrevious = null;

Expand Down

0 comments on commit 058152c

Please sign in to comment.