We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be69c9c commit e63ef08Copy full SHA for e63ef08
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tomtom-org/tomtom-mcp",
3
- "version": "1.1.6",
+ "version": "1.1.7",
4
"description": "MCP server integrating TomTom APIs",
5
"main": "dist/index.cjs.js",
6
"module": "dist/index.esm.js",
src/version.ts
@@ -1,2 +1,2 @@
// This file is generated. Do not edit manually.
-export const VERSION = "1.1.6";
+export const VERSION = "1.1.7";
0 commit comments