Skip to content

Commit

Permalink
server: bump minimum core version
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jan 14, 2024
1 parent cd5e169 commit 5419325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ interface DeviceProxyPair {
proxy: ScryptedDevice;
}

const MIN_SCRYPTED_CORE_VERSION = 'v0.1.147';
const MIN_SCRYPTED_CORE_VERSION = 'v0.2.4';
const PLUGIN_DEVICE_STATE_VERSION = 2;

interface HttpPluginData {
Expand Down

0 comments on commit 5419325

Please sign in to comment.