Skip to content

Commit bbf5f3e

Browse files
committed
Update version number
1 parent ef83777 commit bbf5f3e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ To translate UniGetUI to other languages or to update an old translation, please
139139
| <img src='https://flagcdn.com/id.svg' width=20> &nbsp; Indonesian - Bahasa Indonesia | 82% | [arthackrc](https://github.com/arthackrc), [joenior](https://github.com/joenior) |
140140
| <img src='https://flagcdn.com/jp.svg' width=20> &nbsp; Japanese - 日本語 | 92% | [nob-swik](https://github.com/nob-swik), sho9029, [tacostea](https://github.com/tacostea), Yuki Takase |
141141
| <img src='https://flagcdn.com/kr.svg' width=20> &nbsp; Korean - 한국어 | 83% | [minbert](https://github.com/minbert), [shblue21](https://github.com/shblue21), [VenusGirl](https://github.com/VenusGirl) |
142-
| <img src='https://flagcdn.com/lt.svg' width=20> &nbsp; Lithuanian - Lietuvių | 80% | [dziugas1959](https://github.com/dziugas1959), Džiugas Januševičius |
142+
| <img src='https://flagcdn.com/lt.svg' width=20> &nbsp; Lithuanian - Lietuvių | 85% | [dziugas1959](https://github.com/dziugas1959), Džiugas Januševičius |
143143
| <img src='https://flagcdn.com/mk.svg' width=20> &nbsp; Macedonian - Македонски | 62% | LordDeatHunter |
144144
| <img src='https://flagcdn.com/no.svg' width=20> &nbsp; Norwegian (bokmål) | 100% | [yrjarv](https://github.com/yrjarv) |
145145
| <img src='https://flagcdn.com/no.svg' width=20> &nbsp; Norwegian (nynorsk) | 100% | [yrjarv](https://github.com/yrjarv) |
@@ -164,7 +164,7 @@ To translate UniGetUI to other languages or to update an old translation, please
164164
| <img src='https://flagcdn.com/cn.svg' width=20> &nbsp; Simplified Chinese (China) | 100% | Aaron Liu, adfnekc, [arthurfsy2](https://github.com/arthurfsy2), [bai0012](https://github.com/bai0012), BUGP Association, ciaran, CnYeSheng, Cololi, [dongfengweixiao](https://github.com/dongfengweixiao), [FloatStream](https://github.com/FloatStream), [seanyu0](https://github.com/seanyu0), [Sigechaishijie](https://github.com/Sigechaishijie), [SpaceTimee](https://github.com/SpaceTimee), Yisme |
165165
| <img src='https://flagcdn.com/tw.svg' width=20> &nbsp; Traditional Chinese (Taiwan) | 100% | Aaron Liu, CnYeSheng, Cololi, [Henryliu880922](https://github.com/Henryliu880922), [yrctw](https://github.com/yrctw) |
166166

167-
Last updated: Thu Sep 26 00:12:43 2024
167+
Last updated: Fri Sep 27 12:10:39 2024
168168
<!-- END Autogenerated translations -->
169169

170170

UniGetUI.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define MyAppVersion "3.1.2-beta2"
4+
#define MyAppVersion "3.1.2-beta3"
55
#define MyAppName "UniGetUI (formerly WingetUI)"
66
#define MyAppPublisher "Martí Climent"
77
#define MyAppURL "https://github.com/marticliment/UniGetUI"

src/SharedAssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
[assembly: AssemblyCopyright("2024, Martí Climent")]
99
[assembly: AssemblyVersion("3.1.2.0")]
1010
[assembly: AssemblyFileVersion("3.1.2.0")]
11-
[assembly: AssemblyInformationalVersion("3.1.2-beta2")]
11+
[assembly: AssemblyInformationalVersion("3.1.2-beta3")]
1212
[assembly: SupportedOSPlatform("windows10.0.19041")]

src/UniGetUI.Core.Data/CoreData.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ private static int GetCodePage()
4646
}
4747
}
4848

49-
public const string VersionName = "3.1.2-beta2"; // Do not modify this line, use file scripts/apply_versions.py
50-
public const double VersionNumber = 3.1192; // Do not modify this line, use file scripts/apply_versions.py
49+
public const string VersionName = "3.1.2-beta3"; // Do not modify this line, use file scripts/apply_versions.py
50+
public const double VersionNumber = 3.1193; // Do not modify this line, use file scripts/apply_versions.py
5151

5252
public const string UserAgentString = $"UniGetUI/{VersionName} (https://marticliment.com/unigetui/; [email protected])";
5353

0 commit comments

Comments
 (0)