aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-02-03 10:29:10 -0330
committerSam Anthony <sam@samanthony.xyz>2023-02-03 10:29:10 -0330
commit0f6e1d41b37284dfcea5744ce81e78710b5a867c (patch)
treea32e791a28c22ad2137549643d94d96f55616c6b
parent58b6e5caac45e6f12b749ec8e3f4cf535ec25520 (diff)
downloadpfc-0f6e1d41b37284dfcea5744ce81e78710b5a867c.zip
update version number to 0.3.0v0.3.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0a7e7c2..c29344c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -113,7 +113,7 @@ dependencies = [
[[package]]
name = "pfc"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"crossterm",
"tui",
diff --git a/Cargo.toml b/Cargo.toml
index 0c0d18e..2637d53 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pfc"
-version = "0.2.0"
+version = "0.3.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html