Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dassjosh committed Jul 13, 2022
1 parent 4c05d44 commit 2c61d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Oxide.Ext.Discord/DiscordExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class DiscordExtension : Extension
/// <summary>
/// Version number of the extension
/// </summary>
private static readonly VersionNumber ExtensionVersion = new VersionNumber(2, 1, 2);
private static readonly VersionNumber ExtensionVersion = new VersionNumber(2, 1, 5);

/// <summary>
/// Global logger for areas that aren't part of a client connection
Expand Down
6 changes: 3 additions & 3 deletions Oxide.Ext.Discord/Oxide.Ext.Discord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<RepositoryUrl>https://github.com/Kirollos/Oxide.Ext.Discord</RepositoryUrl>
<TargetFrameworks>net46;net45;net40;net35</TargetFrameworks>
<LangVersion>7.0</LangVersion>
<PackageVersion>2.1.2.0</PackageVersion>
<AssemblyVersion>2.1.2</AssemblyVersion>
<FileVersion>2.1.2</FileVersion>
<PackageVersion>2.1.5.0</PackageVersion>
<AssemblyVersion>2.1.5</AssemblyVersion>
<FileVersion>2.1.5</FileVersion>
</PropertyGroup>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
<PropertyGroup />
Expand Down

0 comments on commit 2c61d0b

Please sign in to comment.