Skip to content

Commit b73ebe1

Browse files
committed
chore: Bump version to 1.4.1
- Update version in src/index.ts, package.json, package-lock.json, and server.json
1 parent 67ff6d0 commit b73ebe1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vfb3-mcp",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "MCP server for VirtualFlyBrain API integration",
55
"main": "index.js",
66
"scripts": {

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "org.virtualflybrain/vfb3-mcp",
44
"title": "VirtualFlyBrain",
55
"description": "MCP server for Drosophila neuroscience data from VirtualFlyBrain",
6-
"version": "1.4.0",
6+
"version": "1.4.1",
77
"websiteUrl": "https://virtualflybrain.org",
88
"repository": {
99
"url": "https://github.com/Robbie1977/VFB3-MCP",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import cors from 'cors';
1313
import express from 'express';
1414
import { randomUUID } from 'node:crypto';
1515

16-
const VERSION = '1.4.0';
16+
const VERSION = '1.4.1';
1717

1818
// GA4 Analytics configuration
1919
const GA_MEASUREMENT_ID = process.env.GA_MEASUREMENT_ID || 'G-K7DDZVVXM7';

0 commit comments

Comments
 (0)