Browse Source

chore(contracts): update version to 1.4.4-alpha.1 in Pyth contract and package.json

Daniel Chew 7 months ago
parent
commit
92f19b2086

+ 1 - 1
target_chains/ethereum/contracts/contracts/pyth/Pyth.sol

@@ -397,6 +397,6 @@ abstract contract Pyth is
     }
     }
 
 
     function version() public pure returns (string memory) {
     function version() public pure returns (string memory) {
-        return "1.4.3";
+        return "1.4.4-alpha.1";
     }
     }
 }
 }

+ 1 - 1
target_chains/ethereum/contracts/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@pythnetwork/pyth-evm-contract",
   "name": "@pythnetwork/pyth-evm-contract",
-  "version": "1.4.3",
+  "version": "1.4.4-alpha.1",
   "description": "",
   "description": "",
   "private": "true",
   "private": "true",
   "devDependencies": {
   "devDependencies": {