From 0c94da49b264c8c4922aac4bc80d804a9667ae02 Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <0xFirekeeper@gmail.com> Date: Fri, 10 Jan 2025 19:21:35 +0700 Subject: [PATCH] ver --- Directory.Build.props | 2 +- Thirdweb/Thirdweb.Utils/Constants.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7c444e6..1a258e9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.14.0 + 2.15.0 netstandard2.1;net6.0;net7.0;net8.0 diff --git a/Thirdweb/Thirdweb.Utils/Constants.cs b/Thirdweb/Thirdweb.Utils/Constants.cs index 313f7e1..5cc4fb1 100644 --- a/Thirdweb/Thirdweb.Utils/Constants.cs +++ b/Thirdweb/Thirdweb.Utils/Constants.cs @@ -2,7 +2,7 @@ public static class Constants { - public const string VERSION = "2.14.0"; + public const string VERSION = "2.15.0"; public const string IERC20_INTERFACE_ID = "0x36372b07"; public const string IERC721_INTERFACE_ID = "0x80ac58cd";