File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
public static class Constants
4
4
{
5
- public const string VERSION = "2.25.0 " ;
5
+ public const string VERSION = "2.25.1 " ;
6
6
7
7
internal const string BRIDGE_API_URL = "https://bridge.thirdweb.com" ;
8
8
internal const string INSIGHT_API_URL = "https://insight.thirdweb.com" ;
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks >
4
- <PackageVersion >2.25.0 </PackageVersion >
5
- <AssemblyVersion >2.25.0 </AssemblyVersion >
6
- <FileVersion >2.25.0 </FileVersion >
4
+ <PackageVersion >2.25.1 </PackageVersion >
5
+ <AssemblyVersion >2.25.1 </AssemblyVersion >
6
+ <FileVersion >2.25.1 </FileVersion >
7
7
<LangVersion >latest</LangVersion >
8
8
<TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
9
9
<ImplicitUsings >enable</ImplicitUsings >
You can’t perform that action at this time.
0 commit comments