Skip to content

Commit 45946c5

Browse files
committed
chore: bump up version to 0.1.3
1 parent c2ac799 commit 45946c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stacky-cli"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
description = "Stacky CLI tools"
66
authors = ["nuskey"]
@@ -14,7 +14,7 @@ include = ["Cargo.toml", "LICENSE", "README.md", "/src/**"]
1414
[dependencies]
1515
clap = { version = "4.5", features = ["derive"] }
1616
rustyline = "14.0"
17-
stacky = "0.1.1"
17+
stacky = "0.1.2"
1818

1919
[[bin]]
2020
name = "stacky"

0 commit comments

Comments
 (0)