summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml5
2 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c668594a2..dda0d37d0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2184,7 +2184,7 @@ dependencies = [
[[package]]
name = "zellij"
-version = "0.3.3"
+version = "0.5.0-beta"
dependencies = [
"ansi_term 0.12.1",
"async-std",
diff --git a/Cargo.toml b/Cargo.toml
index e6d5dfbb1..cbf26ce1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,12 @@
[package]
name = "zellij"
-version = "0.3.3"
+version = "0.5.0-beta"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018"
-description = "Terminal workspace (WIP)"
+description = "A terminal workspace with batteries included"
license = "MIT"
repository = "https://github.com/zellij-org/zellij"
+homepage = "https://zellij.dev"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html