Skip to content

Commit

Permalink
update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Dec 27, 2022
1 parent e45a7d2 commit 250c24b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions WingetUI.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "WingetUI"
#define MyAppVersion "1.5.2-beta"
#define MyAppPublisher "Martí Climent"
#define MyAppURL "https://github.com/martinet101/WingetUI"
#define MyAppVersion "1.5.2"
#define MyAppPublisher "Martí Climent"

This comment has been minimized.

Copy link
@panther7

panther7 Dec 27, 2022

Contributor

I have problem with this change... your "í" is not valid utf-8 char or what...

2022-12-27 21 35 13
2022-12-27 21 35 45

This comment has been minimized.

Copy link
@panther7

panther7 Dec 27, 2022

Contributor

After run build.bat is "<?>" dropped...

2022-12-27 21 42 33

This comment has been minimized.

Copy link
@panther7

panther7 Dec 27, 2022

Contributor

Please, try this f20cb99

#define MyAppURL "https://github.com/marticliment/WingetUI"
#define MyAppExeName "WingetUI.exe"

[Setup]
Expand Down
4 changes: 2 additions & 2 deletions wingetui-version-file
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ StringFileInfo(
[
StringStruct(u'CompanyName', u'Martí Climent'),
StringStruct(u'FileDescription', u'WingetUI'),
StringStruct(u'FileVersion', u'1.5.2-beta'),
StringStruct(u'ProductVersion', u'1.5.2-beta'),
StringStruct(u'FileVersion', u'1.5.2'),
StringStruct(u'ProductVersion', u'1.5.2'),
StringStruct(u'InternalName', u'WingetUI'),
StringStruct(u'LegalCopyright', u'Martí Climent'),
StringStruct(u'OriginalFilename', u'wingetui.exe'),
Expand Down
4 changes: 2 additions & 2 deletions wingetui/versions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 1.519
versionName = "1.5.2-beta"
version = 1.52
versionName = "1.5.2"
versionISS= "1.5.2.0"

0 comments on commit 250c24b

Please sign in to comment.