Skip to content

Commit

Permalink
feat: sdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
4silvertooth committed Oct 8, 2023
1 parent 776e41a commit 24bf1ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions main/res/qwiktape.rc
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_INDIA
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,0,0
PRODUCTVERSION 0,4,0,0
FILEVERSION 0,6,0,0
PRODUCTVERSION 0,6,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -79,12 +79,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "TechViral"
VALUE "FileDescription", "Write Calculate Annotate"
VALUE "FileVersion", "0.4.0.0"
VALUE "FileVersion", "0.6.0.0"
VALUE "InternalName", "qwiktape.exe"
VALUE "LegalCopyright", "Copyright (C) 2023 Viral Ghelani @4silvertooth"
VALUE "OriginalFilename", "qwiktape.exe"
VALUE "ProductName", "QwikTape"
VALUE "ProductVersion", "0.4.0.0"
VALUE "ProductVersion", "0.6.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions run-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
info = {
icofile: __DIR__ + "main/res/QwikTape.ico",
productName: 'QwikTape',
productVersion: "v0.3",
productVersion: "v0.6",
productDescription: "Write Calculate Annotate",
productCopyright: "Copyright (C) 2022 Viral Ghelani @4silvertooth",
productCompany: "TechViral",
Expand All @@ -155,7 +155,7 @@
makeAppleBundle(path + "/" + output, {
exe: output,
out: path,
productVersion: "v0.3",
productVersion: "v0.6",
})
}

Expand Down
2 changes: 1 addition & 1 deletion sdk
Submodule sdk updated from 0c5045 to b87f72

0 comments on commit 24bf1ab

Please sign in to comment.