Skip to content

Commit 91f9404

Browse files
authored
Merge pull request #30 from VantaInc/showzeb/increment-version
Incrementing version
2 parents 224c786 + 9737837 commit 91f9404

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": "@vantasdk/vanta-mcp-server",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"main": "index.js",
55
"type": "module",
66
"bin": "build/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { getEnabledToolNames, hasEnabledToolFilter } from "./config.js";
88

99
const server = new McpServer({
1010
name: "vanta-mcp",
11-
version: "1.0.0",
11+
version: "1.1.0",
1212
});
1313

1414
async function main() {

0 commit comments

Comments
 (0)