Skip to content

Commit 622f6a5

Browse files
committed
Releasing version 0.0.11
1 parent 04d4e82 commit 622f6a5

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.reshapr</groupId>
88
<artifactId>reshapr-parent</artifactId>
9-
<version>0.0.11-SNAPSHOT</version>
9+
<version>0.0.11</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

cli/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.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reshapr/reshapr-cli",
3-
"version": "0.0.11-SNAPSHOT",
3+
"version": "0.0.11",
44
"description": "CLI for reshapr.io - The MCP Gateway for AI-Native API Access!",
55
"type": "module",
66
"main": "src/cli.ts",

cli/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const CLI_VERSION = "0.0.11-SNAPSHOT";
1+
export const CLI_VERSION = "0.0.11";

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.reshapr</groupId>
99
<artifactId>reshapr-parent</artifactId>
10-
<version>0.0.11-SNAPSHOT</version>
10+
<version>0.0.11</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

control-plane/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.reshapr</groupId>
88
<artifactId>reshapr-parent</artifactId>
9-
<version>0.0.11-SNAPSHOT</version>
9+
<version>0.0.11</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.reshapr</groupId>
66
<artifactId>reshapr-parent</artifactId>
7-
<version>0.0.11-SNAPSHOT</version>
7+
<version>0.0.11</version>
88
<packaging>pom</packaging>
99

1010
<modules>

proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.reshapr</groupId>
88
<artifactId>reshapr-parent</artifactId>
9-
<version>0.0.11-SNAPSHOT</version>
9+
<version>0.0.11</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)