diff --git a/src/ModernMTService.cs b/src/ModernMTService.cs index eb10655..94a1d46 100644 --- a/src/ModernMTService.cs +++ b/src/ModernMTService.cs @@ -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.3") + public ModernMTService(string apiKey, string platform = "modernmt-dotnet", string platformVersion = "1.0.4") { _client = new ModernMTClient(apiKey, platform, platformVersion); Memories = new MemoryServices(_client); diff --git a/src/modernmt-dotnet.csproj b/src/modernmt-dotnet.csproj index 7a6c4a4..7517aa5 100644 --- a/src/modernmt-dotnet.csproj +++ b/src/modernmt-dotnet.csproj @@ -3,7 +3,7 @@ modernmt-dotnet ModernMT API wrapper - 1.0.3 + 1.0.4 ModernMT ModernMT netstandard2.0