Skip to content

Commit 4591e72

Browse files
its-mashMohammod Al Amin Ashik
andauthored
chore: reset versions to 0.0.1 for fresh release-plz start (#15)
Co-authored-by: Mohammod Al Amin Ashik <alamin.ashik@sitecore.com>
1 parent 8089a7a commit 4591e72

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.1.0"
13+
version = "0.0.1"
1414
edition = "2021"
1515
license = "GPL-3.0-or-later"
1616
repository = "https://github.com/mcpmux/mcpmux"

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mcpmux/desktop",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "tauri dev",

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "McpMux",
4-
"version": "0.1.0",
4+
"version": "0.0.1",
55
"identifier": "com.mcpmux.desktop",
66
"build": {
77
"beforeDevCommand": "pnpm dev:web",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcpmux",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpmux/ui",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"private": true,
55
"description": "Shared UI components for McpMux",
66
"type": "module",

tests/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tests"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2021"
55
publish = false
66
description = "Integration tests for McpMux"

0 commit comments

Comments
 (0)