diff --git a/plugin/package.json b/plugin/package.json index 4f9953d..607ab52 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@punktfunk/plugin-virtualhere", - "version": "0.1.0", + "version": "0.1.1", "private": false, "type": "module", "description": "Punktfunk plugin: hands a couch's physical USB device (pad, wheel, HOTAS) to the host for the length of a session over VirtualHere, and gives it back after. Integration only \u2014 VirtualHere is sold separately by VirtualHere Pty. Ltd.", @@ -40,7 +40,7 @@ "dependencies": { "@punktfunk/host": "^0.1.2", "@punktfunk/plugin-kit": "^0.2.0", - "effect": "^4.0.0-beta.102" + "effect": "4.0.0-beta.102" }, "devDependencies": { "@types/bun": "^1.3.0",