Skip to content

Commit bbf5ee6

Browse files
prmoore77claude
andcommitted
Bump version to v2.4.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5c17627 commit bbf5ee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gizmosql-ui",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "GizmoSQL UI - A web-based SQL interface for GizmoSQL servers",
55
"private": true,
66
"bin": "launcher.js",

scripts/launcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ process.env.NODE_ENV ??= 'production';
66
process.env.NEXT_TELEMETRY_DISABLED ??= '1';
77

88
// Read version from package.json
9-
let VERSION = '2.4.0';
9+
let VERSION = '2.4.1';
1010
try {
1111
const pkg = require('package.json');
1212
VERSION = pkg.version;

0 commit comments

Comments
 (0)