Skip to content

Commit 0611dd1

Browse files
author
Amos N.
committed
Release v1.0.40
1 parent 9609b15 commit 0611dd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopsy",
3-
"version": "1.0.39",
3+
"version": "1.0.40",
44
"private": true,
55
"description": "Control your terminal from your phone. Self-hosted on Cloudflare Workers.",
66
"scripts": {

packages/protocol/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const DEFAULT_PORT = 19532;
55
export const MDNS_SERVICE_TYPE = '_loopsy._tcp';
66

77
/** Protocol version — kept in sync with root package.json */
8-
export const PROTOCOL_VERSION = '1.0.35';
8+
export const PROTOCOL_VERSION = '1.0.40';
99

1010
/** Default config directory */
1111
export const CONFIG_DIR = '.loopsy';

0 commit comments

Comments
 (0)