diff --git a/src/ModernMTService.cs b/src/ModernMTService.cs index 3aad076..223d447 100644 --- a/src/ModernMTService.cs +++ b/src/ModernMTService.cs @@ -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; diff --git a/src/modernmt-dotnet.csproj b/src/modernmt-dotnet.csproj index c374006..55e1e47 100644 --- a/src/modernmt-dotnet.csproj +++ b/src/modernmt-dotnet.csproj @@ -3,7 +3,7 @@ modernmt-dotnet ModernMT API wrapper - 1.1.1 + 1.2.0 ModernMT ModernMT netstandard2.0