Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Mar 14, 2023
1 parent a38a45a commit b2007e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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 "1.6.2"
#define MyAppVersion "1.6.3"
#define MyAppPublisher "Martí Climent"
#define MyAppURL "https://github.com/marticliment/WingetUI"
#define MyAppExeName "WingetUI.exe"
Expand All @@ -19,7 +19,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
VersionInfoVersion=1.6.2.0
VersionInfoVersion=1.6.3.0
DefaultDirName="{autopf}\WingetUI"
DisableProgramGroupPage=yes
DisableDirPage=no
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.6.2'),
StringStruct(u'ProductVersion', u'1.6.2'),
StringStruct(u'FileVersion', u'1.6.3'),
StringStruct(u'ProductVersion', u'1.6.3'),
StringStruct(u'InternalName', u'WingetUI'),
StringStruct(u'LegalCopyright', u'Martí Climent'),
StringStruct(u'OriginalFilename', u'wingetui.exe'),
Expand Down
2 changes: 1 addition & 1 deletion wingetui/data/contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"name": "marticliment",
"link": "https://github.com/marticliment",
"contributions": 1038
"contributions": 1055
},
{
"name": "ppvnf",
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.62
versionName = "1.6.2"
versionISS = "1.6.2.1"
version = 1.63
versionName = "1.6.3"
versionISS = "1.6.3.0"

0 comments on commit b2007e9

Please sign in to comment.