Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jun 29, 2023
1 parent a8e7238 commit 021acbb
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 40 deletions.
86 changes: 49 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "haruhishot"
version = "0.3.8"
version = "0.3.9"
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down Expand Up @@ -35,7 +35,7 @@ slint = { version = "1.1.0", optional = true }

tracing-subscriber = "0.3.17"
tracing = "0.1.37"
clap = "4.3.8"
clap = "4.3.9"
once_cell = "1.18.0"

dialoguer = { version = "0.10.4", features = ["fuzzy-select"] }
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('haruhishot', 'rust',
version: '0.3.8',
version: '0.3.9',
meson_version: '>= 0.60'
)

Expand Down

0 comments on commit 021acbb

Please sign in to comment.