We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41625e2 commit 59f7ed8Copy full SHA for 59f7ed8
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.18.6</DefaultVersion>
+ <DefaultVersion>2.19.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.18.6";
+ public const string VERSION = "2.19.0";
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