Skip to content

Commit

Permalink
changed minimum version to 15 to fix performance problems
Browse files Browse the repository at this point in the history
  • Loading branch information
FynniX committed Apr 4, 2024
1 parent a063c4a commit 1ff7eea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Config } from "./interfaces/Config";
import { ConfigDelay } from "./enums/ConfigDelay";
import { GameState } from "./enums/GameState";

export const MINIMUM_PLUGIN_VERSION = 12;
export const MINIMUM_PLUGIN_VERSION = 15;

export class Wrapper extends TypedEmitter<Events> {
/**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "krp-sharedmemory-client",
"version": "2.1.0",
"version": "2.1.1",
"description": "Node.js Wrapper to communicate with Kart Racing Pro Client.",
"main": "dist/wrapper.js",
"types": "dist/wrapper.d.ts",
Expand Down

0 comments on commit 1ff7eea

Please sign in to comment.