Skip to content

Commit 657a41e

Browse files
committed
Bump version
1 parent 9e5e49d commit 657a41e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

EverythingExt/resource.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 0,6,0,4
55-
PRODUCTVERSION 0,6,0,4
54+
FILEVERSION 0,6,0,5
55+
PRODUCTVERSION 0,6,0,5
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "https://github.com/Chaoses-Ib/IbEverythingExt"
7171
VALUE "FileDescription", "Everything ƴ������������ѡ����չ"
72-
VALUE "FileVersion", "0.6.0.4"
72+
VALUE "FileVersion", "0.6.0.5"
7373
VALUE "InternalName", "IbEverythingExt.dll"
7474
VALUE "LegalCopyright", "Copyright (C) 2022 ����Ib"
7575
VALUE "OriginalFilename", "WindowsCodecs.dll"
7676
VALUE "ProductName", "IbEverythingExt"
77-
VALUE "ProductVersion", "0.6.0.4"
77+
VALUE "ProductVersion", "0.6.0.5"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

Updater/updater.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ std::string truncate_lines(std::string s, size_t lines) {
3939

4040
bool check_for_update(bool prerelease, bool quiet, bool silent_error) {
4141
try {
42-
GitHubUpdater updater{ "Chaoses-Ib", "IbEverythingExt", "v0.6-alpha.4" };
42+
GitHubUpdater updater{ "Chaoses-Ib", "IbEverythingExt", "v0.6-alpha.5" };
4343
YAML::Node release = updater.check_for_new_release(prerelease);
4444
if (release.IsNull()) {
4545
if (!quiet)

0 commit comments

Comments
 (0)