Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed Mar 26, 2023
1 parent e318c53 commit 6a33d84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 app/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spacedisplay"
version = "0.2.0"
version = "0.3.0"
authors = ["Sviatoslav Kokurin <kokurinsv@gmail.com>"]
description = """
Fast and lightweight tool to scan your disk space.
Expand All @@ -13,7 +13,7 @@ categories = ["command-line-utilities", "filesystem"]
edition = "2021"

[dependencies]
diskscan = { path = "../lib", version = "0.2.0" }
diskscan = { path = "../lib", version = "0.3.0" }

anyhow = "1.0"
byte-unit = { version = "4.0", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "diskscan"
version = "0.2.0"
version = "0.3.0"
authors = ["Sviatoslav Kokurin <kokurinsv@gmail.com>"]
description = """
Library to scan your disk space.
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
@@ -1,5 +1,5 @@
name: spacedisplay
version: '0.2.0'
version: '0.3.0'
summary: Fast and lightweight tool to scan your disk space.
description: |
spacedisplay is a terminal app that allow you
Expand Down

0 comments on commit 6a33d84

Please sign in to comment.