Skip to content

Commit

Permalink
Change the CHANGELOG.md description about language auto-detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervhood committed Dec 24, 2024
1 parent 9bddc61 commit 0cf872f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Fix: Startup crash on some devices
* Fix: Diagnostic could not be canceled
* Fix: Could not postpone update on web distribution
* Fix: Chisese simplified auto detection
* Fix: Default device language auto-detection
* Fix: Could not select some token

### Server
Expand Down
2 changes: 1 addition & 1 deletion Pub/PubVersion.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Version": "5.0.623",
"Version": "5.0.624",
"BumpTime": "2024-12-17T18:38:26.9544637Z",
"Prerelease": false,
"DeprecatedVersion": "4.0.00"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<RootNamespace>VpnHood.App.Client.Droid.Google</RootNamespace>
<OutputType>Exe</OutputType>
<ApplicationId>com.vpnhood.connect.android</ApplicationId>
<ApplicationVersion>623</ApplicationVersion>
<ApplicationDisplayVersion>5.0.623</ApplicationDisplayVersion>
<ApplicationVersion>624</ApplicationVersion>
<ApplicationDisplayVersion>5.0.624</ApplicationDisplayVersion>
<SupportedOSPlatformVersion>24.0</SupportedOSPlatformVersion>
<DebugSymbols>True</DebugSymbols>
</PropertyGroup>
Expand Down Expand Up @@ -36,7 +36,7 @@
<PackageIcon>VpnHood.png</PackageIcon>
<PackageProjectUrl>https://github.com/vpnhood/vpnhood</PackageProjectUrl>
<RepositoryUrl>https://github.com/vpnhood/vpnhood</RepositoryUrl>
<Version>5.0.623</Version>
<Version>5.0.624</Version>
<FileVersion>$([System.DateTime]::Now.ToString("yyyy.M.d.HHmm"))</FileVersion>
<BaseIntermediateOutputPath />
</PropertyGroup>
Expand Down

0 comments on commit 0cf872f

Please sign in to comment.