Skip to content

Commit

Permalink
1.0.5 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirollos committed Sep 28, 2019
1 parent edb94bd commit b1842fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Oxide.Ext.Discord/DiscordExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public DiscordExtension(ExtensionManager manager) : base(manager)

public override string Author => "PsychoTea & DylanSMR & Tricky";

public override VersionNumber Version => new VersionNumber(1, 0, 4);
public override VersionNumber Version => new VersionNumber(1, 0, 5);

public override void OnModLoad()
{
Expand Down
2 changes: 1 addition & 1 deletion Oxide.Ext.Discord/Oxide.Ext.Discord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
<PropertyGroup>
<Version>1.0.4.0</Version>
<Version>1.0.5.0</Version>
<AssemblyName>Oxide.Ext.Discord</AssemblyName>
<Authors>PsychoTea</Authors>
<Description>An Oxide extension for Discord.</Description>
Expand Down

0 comments on commit b1842fb

Please sign in to comment.