Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed Dec 19, 2017
2 parents 64c9a57 + 4c85d0f commit 4c20597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Samurai/Models/TipRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ namespace AcidChicken.Samurai.Models
{
public class TipRequest
{
public TipRequest() { }

public TipRequest(ulong from, ulong to, decimal amount, DateTimeOffset limit)
{
From = from;
Expand Down
2 changes: 1 addition & 1 deletion Samurai/Samurai.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Title>Samurai</Title>
<Version>0.93</Version>
<Version>0.94</Version>
<Author>Acid Chicken</Author>
<Description>An Discord bot for BitZeny users.</Description>
<Copyright>Copyright (c) 2017 Acid Chicken (硫酸鶏)</Copyright>
Expand Down

0 comments on commit 4c20597

Please sign in to comment.