Skip to content

Commit

Permalink
Update translators and contributors, version files
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Mar 13, 2024
1 parent 6dd50b9 commit fad5153
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion WingetUI.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ In order to translate WingetUI to other languages or to update an old translatio
| <img src='https://flagcdn.com/gb.svg' width=20> &nbsp; English - English | 100% | [marticliment](https://github.com/marticliment), [ppvnf](https://github.com/ppvnf) |
| <img src='https://flagcdn.com/es.svg' width=20> &nbsp; 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) |
| <img src='https://flagcdn.com/ir.svg' width=20> &nbsp; Persian - فارسی‎ | 49% | [itsarian](https://github.com/itsarian), [Mahdi-Hazrati](https://github.com/Mahdi-Hazrati), [smsi2001](https://github.com/smsi2001) |
| <img src='https://flagcdn.com/fr.svg' width=20> &nbsp; French - Français | 99% | Evans Costa, Rémi Guerrero, [W1L7dev](https://github.com/W1L7dev) |
| <img src='https://flagcdn.com/fr.svg' width=20> &nbsp; French - Français | 100% | Evans Costa, Rémi Guerrero, [W1L7dev](https://github.com/W1L7dev) |
| <img src='https://flagcdn.com/in.svg' width=20> &nbsp; Hindi - हिंदी | 56% | [atharva_xoxo](https://github.com/atharva_xoxo), [satanarious](https://github.com/satanarious) |
| <img src='https://flagcdn.com/hr.svg' width=20> &nbsp; Croatian - Hrvatski | 60% | Stjepan Treger |
| <img src='https://flagcdn.com/il.svg' width=20> &nbsp; Hebrew - עִבְרִית‎ | 50% | Oryan |
Expand Down Expand Up @@ -153,7 +153,7 @@ In order to translate WingetUI to other languages or to update an old translatio
| <img src='https://flagcdn.com/cn.svg' width=20> &nbsp; Simplified Chinese (China) | 70% | Aaron Liu, adfnekc, BUGP Association, ciaran, CnYeSheng, Cololi |
| <img src='https://flagcdn.com/tw.svg' width=20> &nbsp; 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
<!-- END Autogenerated translations -->


Expand Down
4 changes: 2 additions & 2 deletions src/wingetui/Core/Data/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fad5153

Please sign in to comment.