Skip to content

Commit

Permalink
server: bump core
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jan 14, 2024
1 parent 846034d commit 6378c59
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.2.4';
const MIN_SCRYPTED_CORE_VERSION = 'v0.2.5';
const PLUGIN_DEVICE_STATE_VERSION = 2;

interface HttpPluginData {
Expand Down

0 comments on commit 6378c59

Please sign in to comment.