Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirollos committed Aug 17, 2019
1 parent 91837ad commit 5f69c68
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";

public override VersionNumber Version => new VersionNumber(1, 0, 2);
public override VersionNumber Version => new VersionNumber(1, 0, 3);

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.3</Version>
<Version>1.0.3.0</Version>
<AssemblyName>Oxide.Ext.Discord</AssemblyName>
<Authors>PsychoTea</Authors>
<Description>An Oxide extension for Discord.</Description>
Expand Down

0 comments on commit 5f69c68

Please sign in to comment.