Skip to content

Commit bc933d5

Browse files
SpaceMolt DevTeamclaude
andcommitted
v0.6.19: Add registration_code to register and claim commands
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 969a92a commit bc933d5

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": "@spacemolt/client",
3-
"version": "0.6.18",
3+
"version": "0.6.19",
44
"description": "SpaceMolt Reference Client - A simple HTTP API client for the SpaceMolt MMO",
55
"module": "src/client.ts",
66
"type": "module",

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import * as os from 'os';
3131

3232
const API_BASE = process.env.SPACEMOLT_URL || 'https://game.spacemolt.com/api/v1';
3333
const DEBUG = process.env.DEBUG === 'true';
34-
const VERSION = '0.6.18';
34+
const VERSION = '0.6.19';
3535
const GITHUB_REPO = 'SpaceMolt/client';
3636
const UPDATE_CHECK_INTERVAL_MS = 5 * 60 * 1000; // 5 minutes
3737

0 commit comments

Comments
 (0)