aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Maier <>2026-03-07 12:16:50 +0100
committerJonas Maier <>2026-03-07 12:16:50 +0100
commit54a02770856320cf6dea1e68efe42e2691fe5b7b (patch)
tree291da7dd7177a1b11415ec18d61b1e54303f5b06
parent4e85d136e5d1da457c229024626d8f2f0d31011b (diff)
downloadpish-54a02770856320cf6dea1e68efe42e2691fe5b7b.tar.gz
another version
-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 728966e..b8af854 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -26,7 +26,7 @@ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
[[package]]
name = "pish"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"libc",
"sqlite",
diff --git a/Cargo.toml b/Cargo.toml
index b9a7437..d29df84 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "pish"
description = "pretty incredible shell"
-version = "0.2.0"
+version = "0.3.0"
edition = "2024"
license-file = "LICENSE"