@@ -703,7 +703,7 @@ abstract contract Pyth is
}
function version() public pure returns (string memory) {
- return "1.4.5-alpha.1";
+ return "1.4.5";
/// @notice Calculates TWAP from two price points
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-evm-contract",
- "version": "1.4.4-alpha.5",
+ "version": "1.4.5",
"description": "",
"private": "true",
"devDependencies": {