Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Dec 6, 2024
1 parent cf35ee4 commit d1f9dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Facets/AcrossFacetPackedV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { LibAsset, IERC20 } from "../Libraries/LibAsset.sol";
/// @title AcrossFacetPackedV3
/// @author LI.FI (https://li.fi)
/// @notice Provides functionality for bridging through Across in a gas-optimized way
/// @custom:version 1.0.0
/// @custom:version 1.2.0
contract AcrossFacetPackedV3 is ILiFi, TransferrableOwnership {
using SafeTransferLib for ERC20;

Expand Down
2 changes: 1 addition & 1 deletion src/Periphery/ReceiverAcrossV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { SafeTransferLib } from "solady/utils/SafeTransferLib.sol";
/// @title ReceiverAcrossV3
/// @author LI.FI (https://li.fi)
/// @notice Arbitrary execution contract used for cross-chain swaps and message passing via AcrossV3
/// @custom:version 1.0.0
/// @custom:version 1.0.1
contract ReceiverAcrossV3 is ILiFi, TransferrableOwnership {
using SafeTransferLib for address;

Expand Down

0 comments on commit d1f9dd9

Please sign in to comment.