From 25019d7733077973ac1de2b657e29284925dafb4 Mon Sep 17 00:00:00 2001 From: Davide Conti Date: Thu, 15 Jun 2023 10:12:43 +0200 Subject: [PATCH] 1.3.0 --- src/ModernMTService.cs | 2 +- src/modernmt-dotnet.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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