Skip to content

Commit 59f7ed8

Browse files
committed
ver
1 parent 41625e2 commit 59f7ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<DefaultVersion>2.18.6</DefaultVersion>
4+
<DefaultVersion>2.19.0</DefaultVersion>
55
<DefaultTargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</DefaultTargetFrameworks>
66
</PropertyGroup>
77

Thirdweb/Thirdweb.Utils/Constants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public static class Constants
44
{
5-
public const string VERSION = "2.18.6";
5+
public const string VERSION = "2.19.0";
66

77
internal const string BRIDGE_API_URL = "https://bridge.thirdweb.com";
88
internal const string NEBULA_API_URL = "https://nebula-api.thirdweb.com";

0 commit comments

Comments
 (0)