From c25561f3b7d35ecf776d9631f3853f96bc88a22e Mon Sep 17 00:00:00 2001 From: Ahmed Ihsan Tawfeeq Date: Wed, 18 Jan 2023 17:52:58 -0700 Subject: [PATCH] build: upgrade package version to 1.0.5 --- deployment.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index 42f9070..bb92b98 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -54,7 +54,7 @@ spec: secretKeyRef: name: hifi-liquidator-js-secret key: wallet-seed - image: hififinance/hifi-liquidator-js:1.0.4 + image: hififinance/hifi-liquidator-js:1.0.5 name: hifi-liquidator-js resources: limits: diff --git a/package.json b/package.json index 20d0b63..3c050b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hifi/liquidator-js", "description": "Utility for automatically liquidating underwater accounts in Hifi", - "version": "1.0.4", + "version": "1.0.5", "author": { "name": "Hifi", "email": "contact@hifi.finance",