From 1d28c04bfd709c789ace7c2ad412c3964cfccb50 Mon Sep 17 00:00:00 2001
From: Jayant Krishnamurthy <jayantkrishnamurthy@gmail.com>
Date: Tue, 5 Mar 2024 09:28:51 -0800
Subject: [PATCH] bump version

---
 package-lock.json         | 10 +++++-----
 price_pusher/package.json |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 3c2df3f171..3e41bba965 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,10 +1,12 @@
 {
   "name": "root",
+  "version": "0.0.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "root",
+      "version": "0.0.1",
       "workspaces": [
         "express_relay/sdk/js",
         "express_relay/sdk/solidity",
@@ -36,8 +38,7 @@
       },
       "devDependencies": {
         "lerna": "^6.4.1"
-      },
-      "version": "0.0.1"
+      }
     },
     "contract_manager": {
       "version": "1.0.0",
@@ -56280,7 +56281,7 @@
     },
     "price_pusher": {
       "name": "@pythnetwork/price-pusher",
-      "version": "6.3.0",
+      "version": "6.3.1",
       "license": "Apache-2.0",
       "dependencies": {
         "@injectivelabs/sdk-ts": "1.10.72",
@@ -106382,6 +106383,5 @@
       "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
       "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg=="
     }
-  },
-  "version": "0.0.1"
+  }
 }
diff --git a/price_pusher/package.json b/price_pusher/package.json
index d02f4c1b91..9fcbccc084 100644
--- a/price_pusher/package.json
+++ b/price_pusher/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/price-pusher",
-  "version": "6.3.0",
+  "version": "6.3.1",
   "description": "Pyth Price Pusher",
   "homepage": "https://pyth.network",
   "main": "lib/index.js",