From 0609fd405d0722e6347fe9ca1c78c2b427b3cf06 Mon Sep 17 00:00:00 2001 From: Aloysius Pendergast Date: Mon, 11 Oct 2021 12:32:57 +0200 Subject: [PATCH] Bump version --- 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 4780c0fc..35baa1b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "crypto-exchanges-gateway", - "version": "1.10.3", + "version": "1.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6dce3d9a..5da1da58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crypto-exchanges-gateway", - "version": "1.10.3", + "version": "1.11.0", "description": "Your gateway to the crypto world", "main": "gateway.js", "scripts": {},