We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf60dc commit 0dd7293Copy full SHA for 0dd7293
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.20.0</DefaultVersion>
+ <DefaultVersion>2.20.1</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.20.0";
+ public const string VERSION = "2.20.1";
internal const string BRIDGE_API_URL = "https://bridge.thirdweb.com";
8
internal const string NEBULA_API_URL = "https://nebula-api.thirdweb.com";
0 commit comments