ocremote 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/oc-remote.mjs +1 -1
  2. package/package.json +1 -1
package/oc-remote.mjs CHANGED
@@ -17,7 +17,7 @@ import { b64 } from './lib/crypto.mjs'
17
17
 
18
18
  const require = createRequire(import.meta.url)
19
19
  const NAME = 'oc-remote'
20
- const VERSION = '1.3.1'
20
+ const VERSION = '1.3.2'
21
21
  const LAUNCH_LABEL = 'com.raul.ocremote'
22
22
  const LOG_PATH = path.join(os.homedir(), 'Library', 'Logs', 'oc-remote.log')
23
23
  const STARTED_AT = Date.now()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ocremote",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Control opencode on your computer from the OpenCode Remote iOS app: supervisor, pairing QR, relay and tunnel transports",
5
5
  "type": "module",
6
6
  "bin": {