Skip to content

Commit

Permalink
Update version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obvMellow committed Sep 7, 2024
1 parent d7c97a3 commit a5d9691
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 = "distore"
version = "0.2.0"
version = "0.2.1"
description = "Utility to use Discord as cloud storage"
authors = ["Deniz Demir <[email protected]>"]
license = "GPL-3.0-or-later"
Expand All @@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
edition = "2021"

[dependencies]
libdistore = { path = "./libdistore", version = "0.2.0" }
libdistore = { path = "./libdistore", version = "0.2.1" }
clap = { version = "4.5.16", features = ["derive"] }
tokio = { version = "1.39.3", features = ["rt-multi-thread"] }
anyhow = "1.0.86"
Expand Down
2 changes: 1 addition & 1 deletion libdistore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libdistore"
version = "0.2.0"
version = "0.2.1"
description = "Library for Distore"
authors = ["Deniz Demir <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit a5d9691

Please sign in to comment.