Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed Aug 23, 2022
1 parent 0cd2209 commit 4ce898a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ModernMTService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ModernMTService
private readonly ModernMTClient _client;
public readonly MemoryServices Memories;

public ModernMTService(string apiKey, string platform = "modernmt-dotnet", string platformVersion = "1.0.2")
public ModernMTService(string apiKey, string platform = "modernmt-dotnet", string platformVersion = "1.0.3")
{
_client = new ModernMTClient(apiKey, platform, platformVersion);
Memories = new MemoryServices(_client);
Expand Down
2 changes: 1 addition & 1 deletion src/modernmt-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<PackageId>modernmt-dotnet</PackageId>
<Description>ModernMT API wrapper</Description>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Authors>ModernMT</Authors>
<Company>ModernMT</Company>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down

0 comments on commit 4ce898a

Please sign in to comment.