From 2a47ca47db278aea6f038299bb4db8beb8fcf6ab Mon Sep 17 00:00:00 2001 From: "justin j. moses" Date: Thu, 4 Apr 2019 15:18:37 -0400 Subject: [PATCH] 2.1.9 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3789d4512..d36518f81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "synthetix-js", - "version": "2.1.4", + "version": "2.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 901d3033f..e864a08f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synthetix-js", - "version": "2.1.8", + "version": "2.1.9", "description": "Synthetix JS Library - access Synthetix smart contracts from browser and Node.js", "main": "dist/main.node.js", "browser": "dist/main.js",