From f8589c20a92d551d564d025b3b13d42c9a81f3fb Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Wed, 10 Aug 2022 00:24:43 -0500 Subject: [PATCH] Update readme, bump version --- README.md | 2 ++ version.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7280d7ca..d529bf7d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ RetroBar is based on the [ManagedShell](https://github.com/cairoshell/ManagedShe ## Supported languages - Arabic (العربية) - Bulgarian (български) +- Catalan (català) - Chinese (Simplified) (中文(简体)) - Chinese (Traditional) (中文(繁體)) - Czech (čeština) @@ -61,6 +62,7 @@ RetroBar is based on the [ManagedShell](https://github.com/cairoshell/ManagedShe - Italian (italiano) - Japanese (日本語) - Korean (한국어) +- Lithuanian (lietuvių) - Polish (polski) - Portuguese (português) - Romanian (Română) diff --git a/version.json b/version.json index aa59e328..8f815803 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.9", + "version": "1.10", "assemblyVersion": { "precision": "revision" },