From 571c75ac2240cff3c4e059e6ab0ce6cf5aa0f6f1 Mon Sep 17 00:00:00 2001 From: Ahmed Ihsan Tawfeeq Date: Tue, 14 Nov 2023 08:55:53 -0700 Subject: [PATCH] build: upgrade package version to 1.1.3 --- deployment.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index 216101c..b36592b 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -59,7 +59,7 @@ spec: secretKeyRef: name: hifi-liquidator-js-secret key: wallet-seed - image: us-west3-docker.pkg.dev/liquidation-bots/hifi/hifi-liquidator-js:1.1.2 + image: us-west3-docker.pkg.dev/liquidation-bots/hifi/hifi-liquidator-js:1.1.3 name: hifi-liquidator-js resources: limits: diff --git a/package.json b/package.json index ac168de..a6b55c4 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.1.2", + "version": "1.1.3", "author": { "name": "Hifi", "email": "contact@hifi.finance",