1 parent 9609b15 commit 0611dd1Copy full SHA for 0611dd1
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "loopsy",
3
- "version": "1.0.39",
+ "version": "1.0.40",
4
"private": true,
5
"description": "Control your terminal from your phone. Self-hosted on Cloudflare Workers.",
6
"scripts": {
packages/protocol/src/constants.ts
@@ -5,7 +5,7 @@ export const DEFAULT_PORT = 19532;
export const MDNS_SERVICE_TYPE = '_loopsy._tcp';
7
/** Protocol version — kept in sync with root package.json */
8
-export const PROTOCOL_VERSION = '1.0.35';
+export const PROTOCOL_VERSION = '1.0.40';
9
10
/** Default config directory */
11
export const CONFIG_DIR = '.loopsy';
0 commit comments