Skip to content

Commit 82b782f

Browse files
committed
chore: bump version to 0.1.1
Incremented patch version for crates.io publication: - workspace.package.version: 0.1.0 → 0.1.1 - ccsync-core dependency: 0.1.0 → 0.1.1 This version includes all features from Tasks 3-6, 9, 4, and config integration.
1 parent 0e0c99c commit 82b782f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.1.0"
9+
version = "0.1.1"
1010
edition = "2024"
1111
authors = ["ccsync contributors"]
1212
license = "MIT"

crates/ccsync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "ccsync"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
ccsync-core = { version = "0.1.0", path = "../ccsync-core" }
17+
ccsync-core = { version = "0.1.1", path = "../ccsync-core" }
1818
clap.workspace = true
1919
anyhow.workspace = true
2020
dialoguer.workspace = true

0 commit comments

Comments
 (0)