Skip to content

Commit

Permalink
Version 1.3.1. Updated WebTorrent Javascript version to 2.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
LostBeard committed Jun 26, 2024
1 parent 4eba437 commit a9a9461
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<CompressionEnabled>false</CompressionEnabled>
<Version>1.2.0</Version>
<Version>1.3.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<EmbedAllSources>true</EmbedAllSources>
Expand Down
2 changes: 1 addition & 1 deletion SpawnDev.BlazorJS.WebTorrents/WebTorrentService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class WebTorrentService : IAsyncBackgroundService, IDisposable
/// The version of the bundled WebTorrent library release<br/>
/// This is updated manually when the included library is updated
/// </summary>
public string BundledLibraryVersion { get; } = "2.3.5";
public string BundledLibraryVersion { get; } = "2.4.2";
private BlazorJSRuntime JS;
private bool BeenInit = false;
internal WebTorrentOptions? WebTorrentOptions { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion SpawnDev.BlazorJS.WebTorrents/wwwroot/webtorrent.min.js

Large diffs are not rendered by default.

0 comments on commit a9a9461

Please sign in to comment.