diff --git a/WingetUI.iss b/WingetUI.iss index a4b13f51a..7ef4f0030 100644 --- a/WingetUI.iss +++ b/WingetUI.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "WingetUI" -#define MyAppVersion "3.0.0-beta1" +#define MyAppVersion "3.0.0" #define MyAppPublisher "Martí Climent" #define MyAppURL "https://github.com/marticliment/WingetUI" #define MyAppExeName "WingetUI.exe" diff --git a/readme.md b/readme.md index 2e9146d85..e85bca826 100644 --- a/readme.md +++ b/readme.md @@ -124,7 +124,7 @@ In order to translate WingetUI to other languages or to update an old translatio |   English - English | 100% | [marticliment](https://github.com/marticliment), [ppvnf](https://github.com/ppvnf) | |   Spanish - Castellano | 70% | [apazga](https://github.com/apazga), [dalbitresb12](https://github.com/dalbitresb12), [evaneliasyoung](https://github.com/evaneliasyoung), [guplem](https://github.com/guplem), [JMoreno97](https://github.com/JMoreno97), [marticliment](https://github.com/marticliment), [rubnium](https://github.com/rubnium), [uKER](https://github.com/uKER) | |   Persian - فارسی‎ | 49% | [itsarian](https://github.com/itsarian), [Mahdi-Hazrati](https://github.com/Mahdi-Hazrati), [smsi2001](https://github.com/smsi2001) | -|   French - Français | 99% | Evans Costa, Rémi Guerrero, [W1L7dev](https://github.com/W1L7dev) | +|   French - Français | 100% | Evans Costa, Rémi Guerrero, [W1L7dev](https://github.com/W1L7dev) | |   Hindi - हिंदी | 56% | [atharva_xoxo](https://github.com/atharva_xoxo), [satanarious](https://github.com/satanarious) | |   Croatian - Hrvatski | 60% | Stjepan Treger | |   Hebrew - עִבְרִית‎ | 50% | Oryan | @@ -153,7 +153,7 @@ In order to translate WingetUI to other languages or to update an old translatio |   Simplified Chinese (China) | 70% | Aaron Liu, adfnekc, BUGP Association, ciaran, CnYeSheng, Cololi | |   Traditional Chinese (Taiwan) | 72% | Aaron Liu, CnYeSheng, Cololi, [yrctw](https://github.com/yrctw) | -Last updated: Wed Mar 13 00:10:29 2024 +Last updated: Wed Mar 13 13:26:21 2024 diff --git a/src/wingetui/Core/Data/Core.cs b/src/wingetui/Core/Data/Core.cs index 313eb1e07..bc02089e2 100644 --- a/src/wingetui/Core/Data/Core.cs +++ b/src/wingetui/Core/Data/Core.cs @@ -13,8 +13,8 @@ namespace ModernWindow.Core.Data { public static class CoreData { - public static string VersionName = "3.0.0-beta1"; // Do not modify this line, use file scripts/apply_versions.py - public static double VersionNumber = 2.99; // Do not modify this line, use file scripts/apply_versions.py + public static string VersionName = "3.0.0"; // Do not modify this line, use file scripts/apply_versions.py + public static double VersionNumber = 3.0; // Do not modify this line, use file scripts/apply_versions.py private static string __ignored_updates_database_file = Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".wingetui", "IgnoredPackageUpdates.json"); public static string IgnoredUpdatesDatabaseFile