From 1efa07f3e07223d0c894242cba3205dd1193af08 Mon Sep 17 00:00:00 2001 From: Arthur Bols Date: Mon, 1 Apr 2024 22:19:33 +0200 Subject: [PATCH] Release 3.2.0 --- tldr-sharp/Config.cs | 2 +- tldr-sharp/tldr-sharp.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tldr-sharp/Config.cs b/tldr-sharp/Config.cs index ff0b6eb..7d3cc6e 100644 --- a/tldr-sharp/Config.cs +++ b/tldr-sharp/Config.cs @@ -16,7 +16,7 @@ static Config() AnsiSupport = Windows.CheckAnsiSupport(); } - public const string ClientSpecification = "2.0"; + public const string ClientSpecification = "2.2"; internal static readonly string CachePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".tldr", "cache"); internal static readonly string DbPath = Path.Combine(CachePath, "index.sqlite"); diff --git a/tldr-sharp/tldr-sharp.csproj b/tldr-sharp/tldr-sharp.csproj index e182650..6c5a25f 100644 --- a/tldr-sharp/tldr-sharp.csproj +++ b/tldr-sharp/tldr-sharp.csproj @@ -9,7 +9,7 @@ - 3.1.1 + 3.2.0 The tldr-sharp contributors tldr-sharp tldr-sharp