Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed May 11, 2023
1 parent 97947b2 commit 4c41982
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 @@ -16,7 +16,7 @@ namespace ModernMT
public class ModernMTService
{
private const string Platform = "modernmt-dotnet";
private const string PlatformVersion = "1.1.1";
private const string PlatformVersion = "1.2.0";

private readonly ModernMTClient _client;
public readonly MemoryServices Memories;
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.1.1</Version>
<Version>1.2.0</Version>
<Authors>ModernMT</Authors>
<Company>ModernMT</Company>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down

0 comments on commit 4c41982

Please sign in to comment.