Explorar o código

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

Daniel Chew hai 7 meses
pai
achega
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) {
-        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",
-  "version": "1.4.3",
+  "version": "1.4.4-alpha.1",
   "description": "",
   "private": "true",
   "devDependencies": {