diff --git a/src/ModernMTService.cs b/src/ModernMTService.cs index 47d53a1..546ec9b 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.2.0"; + private const string PlatformVersion = "1.3.0"; private readonly ModernMTClient _client; public readonly MemoryServices Memories; diff --git a/src/modernmt-dotnet.csproj b/src/modernmt-dotnet.csproj index 55e1e47..cf81d58 100644 --- a/src/modernmt-dotnet.csproj +++ b/src/modernmt-dotnet.csproj @@ -3,7 +3,7 @@ modernmt-dotnet ModernMT API wrapper - 1.2.0 + 1.3.0 ModernMT ModernMT netstandard2.0