v1.5.1 - version bump

This commit is contained in:
2026-06-15 09:29:31 +10:00
parent 9c0e5dafe8
commit ce6da1d714
+1 -1
View File
@@ -8,7 +8,7 @@ const sharp = require('sharp');
const { WebSocketServer, WebSocket } = require('ws');
require('dotenv').config();
const VERSION = '1.5.0';
const VERSION = '1.5.1';
const app = express();
const server = http.createServer(app);
const PORT = process.env.PORT || 3000;