We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e1d56 commit 5348711Copy full SHA for 5348711
Directory.Build.props
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<PropertyGroup>
4
- <DefaultVersion>2.15.0</DefaultVersion>
+ <DefaultVersion>2.16.0</DefaultVersion>
5
<DefaultTargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</DefaultTargetFrameworks>
6
</PropertyGroup>
7
Thirdweb/Thirdweb.Utils/Constants.cs
@@ -2,7 +2,7 @@
public static class Constants
{
- public const string VERSION = "2.15.0";
+ public const string VERSION = "2.16.0";
public const string IERC20_INTERFACE_ID = "0x36372b07";
8
public const string IERC721_INTERFACE_ID = "0x80ac58cd";
0 commit comments