Skip to content

Commit

Permalink
Disable Family Sharing lock bypass by default
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicoala committed Mar 27, 2021
1 parent f49c02b commit 8b24b2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Common/src/constants.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

constexpr auto VERSION = "1.2.0";
constexpr auto VERSION = "1.2.1";

constexpr auto INTEGRATION_64 = L"Integration64.dll";
constexpr auto INTEGRATION_32 = L"Integration32.dll";
Expand Down
2 changes: 1 addition & 1 deletion IntegrationWizard/Config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"enabled": true,
"process": "steam.exe",
"replicate": false,
"unlock_shared_library": true,
"unlock_shared_library": false,
"ignore": [
"x86launcher.exe",
"x64launcher.exe",
Expand Down
2 changes: 1 addition & 1 deletion inno_setup.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 "Koalageddon"
#define MyAppVersion "1.2.0"
#define MyAppVersion "1.2.1"
#define MyAppPublisher "acidicoala"
#define MyAppURL "https://github.com/acidicoala/Koalageddon"
#define MyAppExeName "IntegrationWizard32.exe"
Expand Down

0 comments on commit 8b24b2b

Please sign in to comment.