Skip to content

Commit

Permalink
update version number (winget wouldn't detect x.x.x.1 changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Dec 29, 2022
1 parent 8f49bf4 commit cb440ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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'),
StringStruct(u'ProductVersion', u'1.5.2'),
StringStruct(u'FileVersion', u'1.5.3'),
StringStruct(u'ProductVersion', u'1.5.3'),
StringStruct(u'InternalName', u'WingetUI'),
StringStruct(u'LegalCopyright', u'Martí Climent'),
StringStruct(u'OriginalFilename', u'wingetui.exe'),
Expand Down
6 changes: 3 additions & 3 deletions wingetui/versions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 1.521
versionName = "1.5.2.1"
versionISS= "1.5.2.1"
version = 1.53
versionName = "1.5.3"
versionISS= "1.5.3.0"

0 comments on commit cb440ec

Please sign in to comment.