Skip to content

Commit

Permalink
docs(soyuz): bump version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn committed May 2, 2022
1 parent 5f9d985 commit 7d24f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmkr-include = "cmake/cmkr/cmkr.cmake"

[project]
name = "soyuz"
version = "1.1.2"
version = "1.1.3"
description = "🚀 Discord RPC Blocker for Lunar Client"
languages = ["CXX", "C"]

Expand Down
4 changes: 2 additions & 2 deletions resource/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ICO1 ICON DISCARDABLE "soyuz.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1.1.2 // 1,0,0,0
PRODUCTVERSION 1.1.3 // 1,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x9L
Expand All @@ -33,7 +33,7 @@ VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "soyuz.exe\0"
VALUE "PrivateBuild", "1\0"
VALUE "ProductName", "Soyuz\0"
VALUE "ProductVersion", "1.1.2\0" // 10, 0, 0, 0
VALUE "ProductVersion", "1.1.3\0" // 10, 0, 0, 0
VALUE "SpecialBuild", "\0"
END
END
Expand Down

0 comments on commit 7d24f6f

Please sign in to comment.