Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaoses-Ib committed Sep 11, 2022
1 parent 9e5e49d commit 657a41e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions EverythingExt/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,6,0,4
PRODUCTVERSION 0,6,0,4
FILEVERSION 0,6,0,5
PRODUCTVERSION 0,6,0,5
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "https://github.com/Chaoses-Ib/IbEverythingExt"
VALUE "FileDescription", "Everything ƴ������������ѡ����չ"
VALUE "FileVersion", "0.6.0.4"
VALUE "FileVersion", "0.6.0.5"
VALUE "InternalName", "IbEverythingExt.dll"
VALUE "LegalCopyright", "Copyright (C) 2022 ����Ib"
VALUE "OriginalFilename", "WindowsCodecs.dll"
VALUE "ProductName", "IbEverythingExt"
VALUE "ProductVersion", "0.6.0.4"
VALUE "ProductVersion", "0.6.0.5"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Updater/updater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ std::string truncate_lines(std::string s, size_t lines) {

bool check_for_update(bool prerelease, bool quiet, bool silent_error) {
try {
GitHubUpdater updater{ "Chaoses-Ib", "IbEverythingExt", "v0.6-alpha.4" };
GitHubUpdater updater{ "Chaoses-Ib", "IbEverythingExt", "v0.6-alpha.5" };
YAML::Node release = updater.check_for_new_release(prerelease);
if (release.IsNull()) {
if (!quiet)
Expand Down

0 comments on commit 657a41e

Please sign in to comment.