Skip to content

Commit c543e8b

Browse files
committed
chore(release): beta release for crates.io
1 parent 400a0b3 commit c543e8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codeinput"
3-
version = "0.0.1"
3+
version = "0.0.1-beta"
44
authors = ["Abid Omar <contact@omarabid.com>"]
55
edition = "2024"
66
repository = "https://github.com/CodeInputCorp/cli"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli"
3-
version = "0.0.1"
3+
version = "0.0.1-beta"
44
authors = ["Abid Omar <contact@omarabid.com>"]
55
description = "CLI interface"
66
edition = "2024"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core"
3-
version = "0.0.1"
3+
version = "0.0.1-beta"
44
authors = ["Abid Omar <contact@omarabid.com>"]
55
description = "The application core code"
66
edition = "2024"

utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "utils"
3-
version = "0.0.1"
3+
version = "0.0.1-beta"
44
authors = ["Abid Omar <contact@omarabid.com>"]
55
description = "Various utilities and functionalities"
66
edition = "2024"

0 commit comments

Comments
 (0)